|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeployableItem | |
org.apache.axis.deployment | |
org.apache.axis.deployment.v2dd | |
org.apache.axis.deployment.wsdd | |
org.apache.axis.deployment.wsml |
Uses of DeployableItem in org.apache.axis.deployment |
Methods in org.apache.axis.deployment that return DeployableItem | |
abstract DeployableItem |
DeploymentRegistry.getHandlerDeployableItem(QName qname)
retrieve a deployment item of the named handler |
abstract DeployableItem |
DeploymentRegistry.getServiceDeployableItem(QName qname)
retrieve a deployment item of the named service |
abstract DeployableItem |
DeploymentRegistry.getTransportDeployableItem(QName qname)
retrieve a deployment item of the named transport |
Methods in org.apache.axis.deployment with parameters of type DeployableItem | |
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 |
Uses of DeployableItem in org.apache.axis.deployment.v2dd |
Classes in org.apache.axis.deployment.v2dd that implement DeployableItem | |
class |
V2DDDeployableItem
This is the class that actually bridges the gap between SOAP 2.x and Axis. |
Uses of DeployableItem in org.apache.axis.deployment.wsdd |
Classes in org.apache.axis.deployment.wsdd that implement DeployableItem | |
class |
WSDDChain
WSDD chain element |
class |
WSDDDeployableItem
WSDD DeployableItem complexType |
class |
WSDDFaultFlow
|
class |
WSDDGlobalConfiguration
Represents the global configuration of the Axis engine. |
class |
WSDDHandler
|
class |
WSDDRequestFlow
|
class |
WSDDResponseFlow
|
class |
WSDDService
|
class |
WSDDTargetedChain
|
class |
WSDDTransport
|
Uses of DeployableItem in org.apache.axis.deployment.wsml |
Classes in org.apache.axis.deployment.wsml that implement DeployableItem | |
class |
WSMLDeployableItem
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |