|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DeploymentRegistry in org.apache.axis |
Fields in org.apache.axis declared as DeploymentRegistry | |
protected DeploymentRegistry |
AxisEngine.myRegistry
|
Methods in org.apache.axis that return DeploymentRegistry | |
DeploymentRegistry |
AxisEngine.getDeploymentRegistry()
|
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 |
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. |
Handler |
DeployableItem.getInstance(DeploymentRegistry registry)
Obtain an instance of this item. |
void |
DeployableItem.deployToRegistry(DeploymentRegistry registry)
|
Uses of DeploymentRegistry in org.apache.axis.deployment.v2dd |
Methods in org.apache.axis.deployment.v2dd with parameters of type DeploymentRegistry | |
Handler |
V2DDDeployableItem.getInstance(DeploymentRegistry registry)
|
void |
V2DDDeployableItem.deployToRegistry(DeploymentRegistry registry)
|
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 DeploymentRegistry in org.apache.axis.deployment.wsdd |
Subclasses of DeploymentRegistry in org.apache.axis.deployment.wsdd | |
class |
SimpleWsddDeploymentManager
|
Methods in org.apache.axis.deployment.wsdd with parameters of type DeploymentRegistry | |
Handler |
WSDDDeployableItem.getInstance(DeploymentRegistry registry)
|
protected Handler |
WSDDDeployableItem.makeNewInstance(DeploymentRegistry registry)
Creates a new instance of this deployable. |
void |
WSDDHandler.deployToRegistry(DeploymentRegistry registry)
|
void |
WSDDDocument.deploy(DeploymentRegistry registry)
|
void |
WSDDDocument.undeploy(DeploymentRegistry registry)
Undeploy the contents of this document from the given registry. |
Handler |
WSDDChain.makeNewInstance(DeploymentRegistry registry)
Creates a new instance of this Chain |
void |
WSDDChain.deployToRegistry(DeploymentRegistry registry)
|
Handler |
WSDDTargetedChain.makeNewInstance(DeploymentRegistry registry)
|
void |
WSDDTargetedChain.deployToRegistry(DeploymentRegistry registry)
|
Handler |
WSDDService.makeNewInstance(DeploymentRegistry registry)
|
void |
WSDDService.deployToRegistry(DeploymentRegistry registry)
|
Handler |
WSDDGlobalConfiguration.makeNewInstance(DeploymentRegistry registry)
|
void |
WSDDGlobalConfiguration.deployToRegistry(DeploymentRegistry registry)
|
static Handler |
WSDDProvider.getInstance(QName providerType,
WSDDService service,
DeploymentRegistry registry)
|
abstract Handler |
WSDDProvider.newProviderInstance(WSDDService service,
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 DeploymentRegistry in org.apache.axis.deployment.wsdd.providers |
Methods in org.apache.axis.deployment.wsdd.providers with parameters of type DeploymentRegistry | |
Handler |
WSDDJavaMsgProvider.newProviderInstance(WSDDService service,
DeploymentRegistry registry)
|
Handler |
WSDDJavaEJBProvider.newProviderInstance(WSDDService service,
DeploymentRegistry registry)
|
Handler |
WSDDComProvider.newProviderInstance(WSDDService service,
DeploymentRegistry registry)
|
Handler |
WSDDBsfProvider.newProviderInstance(WSDDService service,
DeploymentRegistry registry)
|
Handler |
WSDDJavaRPCProvider.newProviderInstance(WSDDService service,
DeploymentRegistry registry)
|
Handler |
WSDDHandlerProvider.newProviderInstance(WSDDService service,
DeploymentRegistry registry)
|
Uses of DeploymentRegistry in org.apache.axis.deployment.wsml |
Methods in org.apache.axis.deployment.wsml with parameters of type DeploymentRegistry | |
void |
ServiceMapping.deploy(DeploymentRegistry registry)
|
void |
ServiceMapping.undeploy(DeploymentRegistry registry)
Undeploy the contents of this document from the given registry. |
Handler |
WSMLDeployableItem.getInstance(DeploymentRegistry registry)
|
void |
WSMLDeployableItem.deployToRegistry(DeploymentRegistry registry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |