|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentRegistry | |
org.apache.axis | |
org.apache.axis.deployment | |
org.apache.axis.deployment.v2dd | |
org.apache.axis.deployment.wsml |
Uses of DeploymentRegistry in org.apache.axis |
Methods in org.apache.axis that return DeploymentRegistry | |
DeploymentRegistry |
ConfigurationProvider.getDeploymentRegistry()
|
Uses of DeploymentRegistry in org.apache.axis.deployment |
Methods in org.apache.axis.deployment that return DeploymentRegistry | |
static DeploymentRegistry |
DeploymentRegistry.load(java.lang.String filename)
load a registry from the given filepath |
static DeploymentRegistry |
DeploymentRegistry.load(java.io.InputStream in)
load a registry from the given inputstream |
Methods in org.apache.axis.deployment with parameters of type DeploymentRegistry | |
static void |
DeploymentRegistry.save(java.lang.String filename,
DeploymentRegistry registry)
Save the given registry to the given filepath |
static void |
DeploymentRegistry.save(java.io.OutputStream out,
DeploymentRegistry registry)
save the given registry to the given output stream |
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. |
Uses of DeploymentRegistry in org.apache.axis.deployment.v2dd |
Methods in org.apache.axis.deployment.v2dd with parameters of type DeploymentRegistry | |
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 DeploymentRegistry in org.apache.axis.deployment.wsml |
Methods in org.apache.axis.deployment.wsml with parameters of type DeploymentRegistry | |
void |
WSMLDeployableItem.deployToRegistry(DeploymentRegistry registry)
|
void |
ServiceMapping.deploy(DeploymentRegistry registry)
|
void |
ServiceMapping.undeploy(DeploymentRegistry registry)
Undeploy the contents of this document from the given registry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |