oracle.soap.server
Class DeploymentDescriptor
java.lang.Object
|
+--oracle.soap.server.DeploymentDescriptor
- Direct Known Subclasses:
- ProviderDeploymentDescriptor, ServiceDeploymentDescriptor
- public abstract class DeploymentDescriptor
- extends java.lang.Object
DeploymentDescriptor
implements the core deployment descriptor methods in Oracle SOAP.
Field Summary |
protected java.lang.String |
m_id
|
Method Summary |
java.lang.String |
getId()
Get the unique ID for this descriptor. |
void |
setId(java.lang.String id)
Set the unique ID. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_id
protected java.lang.String m_id
DeploymentDescriptor
public DeploymentDescriptor()
getId
public java.lang.String getId()
- Get the unique ID for this descriptor.
-
- Returns:
- The unique ID.
setId
public void setId(java.lang.String id)
- Set the unique ID.
-
- Parameters:
id
- The unique ID.
Copyright © 2001 Oracle SOAP. All Rights Reserved.