|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.soap.server.DeploymentDescriptor
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.
Field Summary |
Fields inherited from class oracle.soap.server.DeploymentDescriptor |
m_id |
Constructor Summary | |
ProviderDeploymentDescriptor() Construct a new instance of a provider descriptor. |
Method Summary | |
static ProviderDeploymentDescriptor |
fromXML(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.util.Hashtable |
getOptions() Get the provider-specific options. |
void |
setClassname(java.lang.String classname) Set the name of the class that implements this provider. |
void |
setOptions(java.util.Hashtable options) Set the options. |
java.lang.String |
toString() |
void |
toXML(java.io.Writer pr) Write out the service deployment descriptor as XML. |
Methods inherited from class oracle.soap.server.DeploymentDescriptor |
getId, setId |
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 setClassname(java.lang.String classname)
classname
- The name of the implementing class.public java.lang.String getClassname()
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(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()
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |