|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.deployment.DeploymentRegistry | +--org.apache.axis.deployment.SimpleDeploymentManager
This is a simple implementation of the DeploymentRegistry class
Constructor Summary | |
SimpleDeploymentManager()
|
Method Summary | |
void |
addTypeMappingRegistry(java.lang.String encodingStyle,
TypeMappingRegistry tmr)
adds a new mapping registry |
void |
deploy(DeploymentDocument deployment)
Deploy a SOAP v2.x deployment descriptor |
void |
deployItem(DeployableItem item)
Deploy the given WSDD Deployable Item |
Handler |
getDeployedItem(QName qname)
Return an instance of the deployed item |
Handler |
getDeployedItem(java.lang.String name)
Return an instance of the deployed item |
WSDDGlobalConfiguration |
getGlobalConfiguration()
return the global configuration |
TypeMappingRegistry |
getTypeMappingRegistry(java.lang.String encodingStyle)
return the named mapping registry |
void |
removeDeployedItem(QName qname)
remove the given item |
void |
removeDeployedItem(java.lang.String name)
remove the given item |
void |
removeTypeMappingRegistry(java.lang.String encodingStyle)
remove the named mapping registry |
void |
setGlobalConfiguration(WSDDGlobalConfiguration global)
Set the global configuration |
Methods inherited from class org.apache.axis.deployment.DeploymentRegistry |
load, load, save, save, save, save |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleDeploymentManager()
Method Detail |
public void deploy(DeploymentDocument deployment) throws DeploymentException
deploy
in class DeploymentRegistry
public WSDDGlobalConfiguration getGlobalConfiguration() throws DeploymentException
getGlobalConfiguration
in class DeploymentRegistry
public void setGlobalConfiguration(WSDDGlobalConfiguration global)
setGlobalConfiguration
in class DeploymentRegistry
public void deployItem(DeployableItem item) throws DeploymentException
deployItem
in class DeploymentRegistry
public Handler getDeployedItem(QName qname) throws DeploymentException
getDeployedItem
in class DeploymentRegistry
public Handler getDeployedItem(java.lang.String name) throws DeploymentException
getDeployedItem
in class DeploymentRegistry
public void removeDeployedItem(java.lang.String name) throws DeploymentException
removeDeployedItem
in class DeploymentRegistry
public void removeDeployedItem(QName qname) throws DeploymentException
removeDeployedItem
in class DeploymentRegistry
public TypeMappingRegistry getTypeMappingRegistry(java.lang.String encodingStyle) throws DeploymentException
getTypeMappingRegistry
in class DeploymentRegistry
public void addTypeMappingRegistry(java.lang.String encodingStyle, TypeMappingRegistry tmr)
addTypeMappingRegistry
in class DeploymentRegistry
public void removeTypeMappingRegistry(java.lang.String encodingStyle)
removeTypeMappingRegistry
in class DeploymentRegistry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |