|
||||||||||
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()
Constructor - sets up a default encoding style |
Method Summary | |
void |
addTypeMappingRegistry(java.lang.String encodingStyle,
TypeMappingRegistry tmr)
adds a new mapping registry |
void |
deploy(DeploymentDocument deployment)
Deploy a deployment document into this registry. |
void |
deployHandler(DeployableItem item)
Deploy the given WSDD Deployable Item |
void |
deployItem(DeployableItem item)
Deploy the given WSDD Deployable Item |
void |
deployService(DeployableItem item)
Deploy the given WSDD Deployable Item |
void |
deployTransport(DeployableItem item)
Deploy the given WSDD Transport |
DeploymentDocument |
getConfigDocument()
Obtain our "root" deployment document. |
WSDDGlobalConfiguration |
getGlobalConfiguration()
Return the global configuration |
Handler |
getHandler(QName qname)
Return an instance of the deployed item |
java.util.Enumeration |
getHandlers()
Returns an Enumeration of the QNames for the list of deployed handlers |
Handler |
getService(QName qname)
Return an instance of the deployed service |
java.util.Enumeration |
getServices()
Returns an Enumeration of the QNames for the list of deployed services |
Handler |
getTransport(QName qname)
Return an instance of the deployed transport |
java.util.Enumeration |
getTransports()
Returns an Enumeration of the QNames for the list of deployed transports |
TypeMappingRegistry |
getTypeMappingRegistry(java.lang.String encodingStyle)
return the named mapping registry |
void |
removeDeployedItem(QName qname)
remove the given item |
void |
removeTypeMappingRegistry(java.lang.String encodingStyle)
remove the named mapping registry |
void |
setGlobalConfiguration(WSDDGlobalConfiguration global)
Set the global configuration |
void |
undeployHandler(QName qname)
remove the given handler |
void |
undeployService(QName qname)
remove the given item |
void |
undeployTransport(QName qname)
remove the given item |
void |
writeToContext(SerializationContext context)
|
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
deployment
- the DeploymentDocument we'll operate onDeploymentException
- if there was a problempublic DeploymentDocument getConfigDocument() throws DeploymentException
getConfigDocument
in class DeploymentRegistry
public WSDDGlobalConfiguration getGlobalConfiguration() throws DeploymentException
getGlobalConfiguration
in class DeploymentRegistry
DeploymentException
- XXXpublic void setGlobalConfiguration(WSDDGlobalConfiguration global)
setGlobalConfiguration
in class DeploymentRegistry
global
- XXXpublic void deployItem(DeployableItem item) throws DeploymentException
deployItem
in class DeploymentRegistry
item
- XXXDeploymentException
- XXXpublic void deployHandler(DeployableItem item) throws DeploymentException
deployHandler
in class DeploymentRegistry
item
- XXXDeploymentException
- XXXpublic void deployService(DeployableItem item) throws DeploymentException
deployService
in class DeploymentRegistry
item
- XXXDeploymentException
- XXXpublic void deployTransport(DeployableItem item) throws DeploymentException
deployTransport
in class DeploymentRegistry
item
- XXXDeploymentException
- XXXpublic Handler getHandler(QName qname) throws DeploymentException
getHandler
in class DeploymentRegistry
qname
- XXXDeploymentException
- XXXpublic Handler getService(QName qname) throws DeploymentException
getService
in class DeploymentRegistry
qname
- XXXDeploymentException
- XXXpublic Handler getTransport(QName qname) throws DeploymentException
getTransport
in class DeploymentRegistry
qname
- XXXDeploymentException
- XXXpublic void removeDeployedItem(QName qname) throws DeploymentException
removeDeployedItem
in class DeploymentRegistry
name
- XXXDeploymentException
- XXXpublic void undeployHandler(QName qname) throws DeploymentException
undeployHandler
in class DeploymentRegistry
qname
- XXXDeploymentException
- XXXpublic void undeployService(QName qname) throws DeploymentException
undeployService
in class DeploymentRegistry
qname
- XXXDeploymentException
- XXXpublic void undeployTransport(QName qname) throws DeploymentException
undeployTransport
in class DeploymentRegistry
qname
- XXXDeploymentException
- XXXpublic TypeMappingRegistry getTypeMappingRegistry(java.lang.String encodingStyle) throws DeploymentException
getTypeMappingRegistry
in class DeploymentRegistry
encodingStyle
- XXXDeploymentException
- XXXpublic void addTypeMappingRegistry(java.lang.String encodingStyle, TypeMappingRegistry tmr)
addTypeMappingRegistry
in class DeploymentRegistry
encodingStyle
- XXXtmr
- XXXpublic void removeTypeMappingRegistry(java.lang.String encodingStyle)
removeTypeMappingRegistry
in class DeploymentRegistry
encodingStyle
- XXXpublic void writeToContext(SerializationContext context) throws java.io.IOException
writeToContext
in class DeploymentRegistry
public java.util.Enumeration getServices() throws DeploymentException
getServices
in class DeploymentRegistry
DeploymentException
- public java.util.Enumeration getHandlers() throws DeploymentException
getHandlers
in class DeploymentRegistry
DeploymentException
- public java.util.Enumeration getTransports() throws DeploymentException
getTransports
in class DeploymentRegistry
DeploymentException
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |