|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.soap.server.ProviderDeploymentDescriptor
ProviderDeploymentDescriptor
defines the deployment information
for a specific provider. Different providers may be deployed using
the same implementation and be distinguished only by their provider
descriptor.
Constructor Summary | |
ProviderDeploymentDescriptor()
Construct a new instance of a provider descriptor. |
Method Summary | |
static ProviderDeploymentDescriptor |
fromXML(org.w3c.dom.Element root)
Build a provider descriptor from the given document. |
java.lang.String |
getClassname()
Returns the name of the class that implements this provider. |
java.lang.String |
getId()
Returns the unique id for this provider. |
java.util.Hashtable |
getOptions()
Get the provider-specific options. |
java.lang.String |
getProviderType()
Returns the provider type. |
void |
setClassname(java.lang.String classname)
Set the name of the class that implements this provider. |
void |
setId(java.lang.String id)
Set the provider id. |
void |
setOptions(java.util.Hashtable options)
Set the options. |
void |
setProviderType(java.lang.String providerType)
Set the provider type. |
java.lang.String |
toString()
|
void |
toXML(java.io.Writer pr)
Write out the service deployment descriptor as XML. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProviderDeploymentDescriptor()
Method Detail |
public void setId(java.lang.String id)
id
- The unique provider id.public java.lang.String getId()
public void setClassname(java.lang.String classname)
classname
- The name of the implementing class.public java.lang.String getClassname()
public void setProviderType(java.lang.String providerType)
providerType
- The provider type.public java.lang.String getProviderType()
public void setOptions(java.util.Hashtable options)
options
- The name-value pairs that represent the provider implementation-specific
options for this service.public java.util.Hashtable getOptions()
public static ProviderDeploymentDescriptor fromXML(org.w3c.dom.Element root)
root
- The root of the document that represents the XML provider descriptor.ProviderDeploymentDescriptor
for the given XML.public void toXML(java.io.Writer pr)
pr
- The writer for the XML output.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |