Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


oracle.soap.server
Class DeploymentDescriptor

java.lang.Object
  extended byoracle.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 3 (10.1.3)

B28238-01


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