|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSDDDeployment | |
org.apache.axis.configuration | |
org.apache.axis.deployment.wsdd | |
org.apache.axis.utils |
Uses of WSDDDeployment in org.apache.axis.configuration |
Fields in org.apache.axis.configuration declared as WSDDDeployment | |
protected WSDDDeployment |
FileProvider.deployment
|
Methods in org.apache.axis.configuration that return WSDDDeployment | |
WSDDDeployment |
FileProvider.getDeployment()
|
Methods in org.apache.axis.configuration with parameters of type WSDDDeployment | |
void |
FileProvider.setDeployment(WSDDDeployment deployment)
|
Uses of WSDDDeployment in org.apache.axis.deployment.wsdd |
Methods in org.apache.axis.deployment.wsdd that return WSDDDeployment | |
WSDDDeployment |
WSDDDocument.getDeployment()
|
Methods in org.apache.axis.deployment.wsdd with parameters of type WSDDDeployment | |
void |
WSDDTargetedChain.deployToRegistry(WSDDDeployment registry)
|
void |
WSDDTransport.deployToRegistry(WSDDDeployment registry)
|
void |
WSDDHandler.deployToRegistry(WSDDDeployment deployment)
|
void |
WSDDDocument.deploy(WSDDDeployment registry)
|
void |
WSDDGlobalConfiguration.deployToRegistry(WSDDDeployment registry)
|
void |
WSDDChain.deployToRegistry(WSDDDeployment registry)
|
void |
WSDDUndeployment.undeployFromRegistry(WSDDDeployment registry)
|
void |
WSDDDeployment.deployToRegistry(WSDDDeployment target)
|
void |
WSDDService.deployToRegistry(WSDDDeployment registry)
|
void |
WSDDService.removeNamespaceMappings(WSDDDeployment registry)
|
Uses of WSDDDeployment in org.apache.axis.utils |
Methods in org.apache.axis.utils with parameters of type WSDDDeployment | |
static void |
Admin.registerChain(org.w3c.dom.Element elem,
WSDDDeployment deployment)
Deploy a chain described in XML into an AxisEngine. |
static void |
Admin.registerService(org.w3c.dom.Element elem,
WSDDDeployment deployment,
boolean isServer)
Deploy a service described in XML into an AxisEngine. |
static void |
Admin.registerHandler(org.w3c.dom.Element elem,
WSDDDeployment deployment)
Deploy a handler described in XML into an AxisEngine. |
static void |
Admin.registerTransport(org.w3c.dom.Element elem,
WSDDDeployment deployment)
Deploy a transport described in XML into an AxisEngine. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |