|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentException | |
org.apache.axis.deployment | |
org.apache.axis.deployment.v2dd | |
org.apache.axis.deployment.wsdd | |
org.apache.axis.deployment.wsml |
Uses of DeploymentException in org.apache.axis.deployment |
Methods in org.apache.axis.deployment that throw DeploymentException | |
abstract Handler |
DeploymentRegistry.getHandler(QName qname)
retrieve an instance of the named handler |
abstract DeployableItem |
DeploymentRegistry.getHandlerDeployableItem(QName qname)
retrieve a deployment item of the named handler |
abstract Handler |
DeploymentRegistry.getService(QName qname)
retrieve an instance of the named service |
abstract DeployableItem |
DeploymentRegistry.getServiceDeployableItem(QName qname)
retrieve a deployment item of the named service |
abstract Handler |
DeploymentRegistry.getTransport(QName qname)
retrieve an instance of the named transport |
abstract DeployableItem |
DeploymentRegistry.getTransportDeployableItem(QName qname)
retrieve a deployment item of the named transport |
abstract TypeMapping |
DeploymentRegistry.getTypeMapping(java.lang.String encodingStyle)
retrieve an instance of the named type mapping |
abstract void |
DeploymentRegistry.addTypeMapping(java.lang.String encodingStyle,
TypeMapping tm)
add the given type mapping |
abstract void |
DeploymentRegistry.removeTypeMapping(java.lang.String encodingStyle)
remove the given type mapping |
abstract void |
DeploymentRegistry.deploy(DeploymentDocument deployment)
Deploy an Axis WSDD Document |
abstract void |
DeploymentRegistry.deployItem(DeployableItem item)
deploy the given item |
abstract void |
DeploymentRegistry.deployService(DeployableItem item)
deploy the given service |
abstract void |
DeploymentRegistry.deployService(java.lang.String key,
SOAPService service)
deploy the given service |
abstract void |
DeploymentRegistry.deployHandler(DeployableItem item)
deploy the given handler |
abstract void |
DeploymentRegistry.deployHandler(java.lang.String key,
Handler handler)
Deploy a Handler into the registry. |
abstract void |
DeploymentRegistry.deployTransport(DeployableItem item)
deploy the given transport |
abstract void |
DeploymentRegistry.deployTransport(java.lang.String key,
SimpleTargetedChain transport)
deploy the given transport |
abstract void |
DeploymentRegistry.removeDeployedItem(QName qname)
remove the given item |
abstract void |
DeploymentRegistry.undeployHandler(QName qname)
remove the given handler |
abstract void |
DeploymentRegistry.undeployHandler(java.lang.String key)
Remove the specified handler. |
abstract void |
DeploymentRegistry.undeployService(QName qname)
remove the given service |
abstract void |
DeploymentRegistry.undeployService(java.lang.String key)
remove the given service |
abstract void |
DeploymentRegistry.undeployTransport(QName qname)
remove the given transport |
abstract void |
DeploymentRegistry.undeployTransport(java.lang.String key)
remove the given transport |
abstract java.util.Enumeration |
DeploymentRegistry.getServices()
Returns an Enumeration of the QNames for the list of deployed services |
abstract java.util.Enumeration |
DeploymentRegistry.getHandlers()
Returns an Enumeration of the QNames for the list of deployed handlers |
abstract java.util.Enumeration |
DeploymentRegistry.getTransports()
Returns an Enumeration of the QNames for the list of deployed transports |
abstract Handler |
DeploymentRegistry.getGlobalRequest()
Returns a global request handler. |
abstract Handler |
DeploymentRegistry.getGlobalResponse()
Returns a global response handler. |
void |
DeploymentDocument.deploy(DeploymentRegistry registry)
Deploy the contents of this document to the given registry |
void |
DeploymentDocument.undeploy(DeploymentRegistry registry)
Undeploy the contents of this document from the given registry. |
org.w3c.dom.Document |
DeploymentDocument.getDOMDocument()
|
Uses of DeploymentException in org.apache.axis.deployment.v2dd |
Subclasses of DeploymentException in org.apache.axis.deployment.v2dd | |
class |
V2DDException
|
Methods in org.apache.axis.deployment.v2dd that throw DeploymentException | |
org.w3c.dom.Document |
DeploymentDescriptor.getDOMDocument()
|
void |
DeploymentDescriptor.deploy(DeploymentRegistry registry)
Deploy this document to the given registry |
void |
DeploymentDescriptor.undeploy(DeploymentRegistry registry)
Undeploy the contents of this document from the given registry. |
void |
V2DDDeployableItem.deployToRegistry(DeploymentRegistry registry)
|
Uses of DeploymentException in org.apache.axis.deployment.wsdd |
Subclasses of DeploymentException in org.apache.axis.deployment.wsdd | |
class |
WSDDException
|
Methods in org.apache.axis.deployment.wsdd that throw DeploymentException | |
org.w3c.dom.Document |
WSDDDocument.getDOMDocument()
|
void |
WSDDDocument.deploy(WSDDDeployment registry)
|
void |
WSDDGlobalConfiguration.deployToRegistry(WSDDDeployment registry)
|
void |
WSDDUndeployment.undeployFromRegistry(WSDDDeployment registry)
|
void |
WSDDDeployment.deployToRegistry(WSDDDeployment target)
|
Uses of DeploymentException in org.apache.axis.deployment.wsml |
Methods in org.apache.axis.deployment.wsml that throw DeploymentException | |
void |
WSMLDeployableItem.deployToRegistry(DeploymentRegistry registry)
|
org.w3c.dom.Document |
ServiceMapping.getDOMDocument()
|
void |
ServiceMapping.undeploy(DeploymentRegistry registry)
Undeploy the contents of this document from the given registry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |