|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentException | |
org.apache.axis | |
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 |
Methods in org.apache.axis that throw DeploymentException | |
void |
AxisEngine.deployWSDD(WSDDDocument doc)
Deploy a WSDD document to this engine. |
void |
AxisEngine.deployHandler(java.lang.String key,
Handler handler)
Deploy a Handler into our handler registry |
void |
AxisEngine.undeployHandler(java.lang.String key)
Undeploy (remove) a Handler from the handler registry |
void |
AxisEngine.deployService(java.lang.String key,
SOAPService service)
Deploy a Service into our service registry |
void |
AxisEngine.undeployService(java.lang.String key)
Undeploy (remove) a Service from the handler registry |
void |
AxisEngine.deployTransport(java.lang.String key,
SimpleTargetedChain transport)
Deploy a Transport |
void |
AxisEngine.undeployTransport(java.lang.String key)
Undeploy (remove) a client Transport |
Uses of DeploymentException in org.apache.axis.deployment |
Methods in org.apache.axis.deployment that throw DeploymentException | |
abstract DeploymentDocument |
DeploymentRegistry.getConfigDocument()
|
abstract WSDDGlobalConfiguration |
DeploymentRegistry.getGlobalConfiguration()
retrieve the global configuration for the axis engine |
abstract Handler |
DeploymentRegistry.getHandler(QName qname)
retrieve an instance of the named handler |
abstract Handler |
DeploymentRegistry.getService(QName qname)
retrieve an instance of the named handler |
abstract Handler |
DeploymentRegistry.getTransport(QName qname)
retrieve an instance of the named transport |
abstract TypeMappingRegistry |
DeploymentRegistry.getTypeMappingRegistry(java.lang.String encodingStyle)
retrieve an instance of the named mapping registry |
abstract void |
DeploymentRegistry.addTypeMappingRegistry(java.lang.String encodingStyle,
TypeMappingRegistry tmr)
add the given type mapping |
abstract void |
DeploymentRegistry.removeTypeMappingRegistry(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.deployHandler(DeployableItem item)
deploy the given handler |
abstract void |
DeploymentRegistry.deployTransport(DeployableItem item)
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.undeployService(QName qname)
remove the given service |
abstract void |
DeploymentRegistry.undeployTransport(QName qname)
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 |
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()
|
void |
SimpleDeploymentManager.deploy(DeploymentDocument deployment)
Deploy a deployment document into this registry. |
DeploymentDocument |
SimpleDeploymentManager.getConfigDocument()
Obtain our "root" deployment document. |
WSDDGlobalConfiguration |
SimpleDeploymentManager.getGlobalConfiguration()
Return the global configuration |
void |
SimpleDeploymentManager.deployItem(DeployableItem item)
Deploy the given WSDD Deployable Item |
void |
SimpleDeploymentManager.deployHandler(DeployableItem item)
Deploy the given WSDD Deployable Item |
void |
SimpleDeploymentManager.deployService(DeployableItem item)
Deploy the given WSDD Deployable Item |
void |
SimpleDeploymentManager.deployTransport(DeployableItem item)
Deploy the given WSDD Transport |
Handler |
SimpleDeploymentManager.getHandler(QName qname)
Return an instance of the deployed item |
Handler |
SimpleDeploymentManager.getService(QName qname)
Return an instance of the deployed service |
Handler |
SimpleDeploymentManager.getTransport(QName qname)
Return an instance of the deployed transport |
void |
SimpleDeploymentManager.removeDeployedItem(QName qname)
remove the given item |
void |
SimpleDeploymentManager.undeployHandler(QName qname)
remove the given handler |
void |
SimpleDeploymentManager.undeployService(QName qname)
remove the given item |
void |
SimpleDeploymentManager.undeployTransport(QName qname)
remove the given item |
TypeMappingRegistry |
SimpleDeploymentManager.getTypeMappingRegistry(java.lang.String encodingStyle)
return the named mapping registry |
java.util.Enumeration |
SimpleDeploymentManager.getServices()
Returns an Enumeration of the QNames for the list of deployed services |
java.util.Enumeration |
SimpleDeploymentManager.getHandlers()
Returns an Enumeration of the QNames for the list of deployed handlers |
java.util.Enumeration |
SimpleDeploymentManager.getTransports()
Returns an Enumeration of the QNames for the list of deployed transports |
void |
DeployableItem.deployToRegistry(DeploymentRegistry registry)
|
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 | |
void |
V2DDDeployableItem.deployToRegistry(DeploymentRegistry registry)
|
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. |
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 | |
void |
WSDDHandler.deployToRegistry(DeploymentRegistry registry)
|
org.w3c.dom.Document |
WSDDDocument.getDOMDocument()
|
void |
WSDDDocument.deploy(DeploymentRegistry registry)
|
void |
WSDDDocument.undeploy(DeploymentRegistry registry)
Undeploy the contents of this document from the given registry. |
void |
WSDDChain.deployToRegistry(DeploymentRegistry registry)
|
void |
WSDDTargetedChain.deployToRegistry(DeploymentRegistry registry)
|
void |
WSDDService.deployToRegistry(DeploymentRegistry registry)
|
void |
WSDDGlobalConfiguration.deployToRegistry(DeploymentRegistry registry)
|
void |
WSDDUndeployment.undeployFromRegistry(DeploymentRegistry registry)
|
void |
WSDDDeployment.deployToRegistry(DeploymentRegistry registry)
|
static void |
WSDDDeployment.deployMappingToRegistry(WSDDTypeMapping mapping,
DeploymentRegistry registry)
|
void |
WSDDTransport.deployToRegistry(DeploymentRegistry registry)
|
Uses of DeploymentException in org.apache.axis.deployment.wsml |
Methods in org.apache.axis.deployment.wsml that throw DeploymentException | |
org.w3c.dom.Document |
ServiceMapping.getDOMDocument()
|
void |
ServiceMapping.undeploy(DeploymentRegistry registry)
Undeploy the contents of this document from the given registry. |
void |
WSMLDeployableItem.deployToRegistry(DeploymentRegistry registry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |