Oracle® Application Server
XML Java API Reference
10g Release 2 (10.1.2)

Part no. B12024-03
September 2004

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
           

 

Constructor Summary
DeploymentDescriptor()
           

 

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

 

Field Detail

m_id

protected java.lang.String m_id
Constructor Detail

DeploymentDescriptor

public DeploymentDescriptor()
Method Detail

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.

Oracle® Application Server
XML Java API Reference
10g Release 2 (10.1.2)

Part no. B12024-03
September 2004

Copyright © 2003, 2004, Oracle. All rights reserved.