|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.deployment.v2dd.V2DDDeployableItem
This is the class that actually bridges the gap between SOAP 2.x and Axis. An instance of this class is stored within the registry and a new handler is created that represents the SOAP 2.x service when the newInstance method is called.
Constructor Summary | |
V2DDDeployableItem(V2DDService service)
|
Method Summary | |
void |
deployToRegistry(DeploymentRegistry registry)
|
Handler |
getInstance(DeploymentRegistry registry)
Obtain an instance of this item. |
QName |
getQName()
Get the QName of this item |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public V2DDDeployableItem(V2DDService service)
Method Detail |
public QName getQName()
DeployableItem
getQName
in interface DeployableItem
org.apache.axis.deployment.DeployableItem
public Handler getInstance(DeploymentRegistry registry)
DeployableItem
getInstance
in interface DeployableItem
org.apache.axis.deployment.DeployableItem
registry
- the DeploymentRegistry to use for any further lookups
which may occur as a part of this operationjava.lang.Exception
- (!!! probably should be more specific)public void deployToRegistry(DeploymentRegistry registry) throws DeploymentException
deployToRegistry
in interface DeployableItem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |