|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DeploymentRegistry in org.apache.axis.deployment |
Subclasses of DeploymentRegistry in org.apache.axis.deployment | |
class |
SimpleDeploymentManager
This is a simple implementation of the DeploymentRegistry class |
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 |
abstract void |
DeploymentDocument.deploy(DeploymentRegistry registry)
Deploy the contents of this document to the given registry |
Handler |
DeployableItem.newInstance(DeploymentRegistry 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 |
Handler |
V2DDDeployableItem.newInstance(DeploymentRegistry registry)
|
Uses of DeploymentRegistry in org.apache.axis.deployment.wsdd |
Methods in org.apache.axis.deployment.wsdd with parameters of type DeploymentRegistry | |
Handler |
WSDDTransport.newInstance(DeploymentRegistry registry)
|
Handler |
WSDDTransport.newInstance(Handler pivot,
DeploymentRegistry registry)
|
Handler |
WSDDHandler.newInstance(DeploymentRegistry registry)
|
void |
WSDDDocument.deploy(DeploymentRegistry registry)
|
Handler |
WSDDProvider.newInstance(DeploymentRegistry registry)
|
abstract Handler |
WSDDProvider.newProviderInstance(DeploymentRegistry registry)
|
Handler |
WSDDFlow.newInstance(DeploymentRegistry registry)
|
Handler |
WSDDChain.newInstance(DeploymentRegistry registry)
Creates a new instance of this Chain |
Handler |
WSDDService.newInstance(DeploymentRegistry registry)
|
Uses of DeploymentRegistry in org.apache.axis.deployment.wsdd.providers |
Methods in org.apache.axis.deployment.wsdd.providers with parameters of type DeploymentRegistry | |
Handler |
WSDDComProvider.newProviderInstance(DeploymentRegistry registry)
|
Handler |
WSDDBsfProvider.newProviderInstance(DeploymentRegistry registry)
|
Handler |
WSDDJavaProvider.newProviderInstance(DeploymentRegistry registry)
|
Uses of DeploymentRegistry in org.apache.axis.deployment.wsml |
Methods in org.apache.axis.deployment.wsml with parameters of type DeploymentRegistry | |
Handler |
WSMLDeployableItem.newInstance(DeploymentRegistry registry)
|
void |
ServiceMapping.deploy(DeploymentRegistry registry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |