public class AxisWSDeployer extends BaseDeployer
| Constructor and Description |
|---|
AxisWSDeployer()
Private Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
deployWebService(MboRemote service)
Deploys Web Service
|
void |
deployWebService(WSRegistryInfo regInfo)
Deploys Web Service
|
org.apache.axis2.engine.AxisConfiguration |
getAxis2Config()
Return AxisConfiguration object
|
org.apache.axis2.context.ConfigurationContext |
getAxis2ConfigContext()
Return ConfigurationContext object
|
boolean |
isServiceExists(java.lang.String name)
Is Web Service exists in AXIS
|
void |
loadWebServices()
Loads all Web Service information when chche refreshed
|
void |
loadWebServices(org.apache.axis2.context.ConfigurationContext configContext)
Loads all Web Service information
|
void |
undeployWebService(MboRemote service)
Undeploys Web Service
|
void |
undeployWebService(java.lang.String name)
Undeploys Web Service
|
deployWebService, undeployWebServicepublic AxisWSDeployer()
MXException - MAXIMO exceptionpublic void loadWebServices()
throws MXException,
java.rmi.RemoteException
configContext - Configuration ContextMXException - Maximo ExceptionAxisException - Axis Exceptionjava.rmi.RemoteExceptionpublic void loadWebServices(org.apache.axis2.context.ConfigurationContext configContext)
throws MXException,
java.rmi.RemoteException
configContext - Configuration ContextMXException - Maximo ExceptionAxisException - Axis Exceptionjava.rmi.RemoteExceptionpublic void deployWebService(MboRemote service) throws MXException, java.rmi.RemoteException
deployWebService in interface ServerDeployerdeployWebService in class BaseDeployerservice - MaxWSRegistry object for a serviceMXException - Maximo ExceptionAxisException - Axis Exceptionjava.rmi.RemoteException - Remote exceptionpublic void deployWebService(WSRegistryInfo regInfo) throws MXException
regInfo - information about Web Service from WSRegistryMXException - Maximo ExceptionAxisException - Axis Exceptionpublic void undeployWebService(MboRemote service) throws MXException, java.rmi.RemoteException
undeployWebService in interface ServerDeployerundeployWebService in class BaseDeployerservice - MaxWSRegistry object for a serviceMXException - Maximo ExceptionAxisException - Axis Exceptionjava.rmi.RemoteException - Remote exceptionpublic void undeployWebService(java.lang.String name)
throws MXException,
java.rmi.RemoteException
service - MaxWSRegistry object for a serviceMXException - Maximo ExceptionAxisException - Axis Exceptionjava.rmi.RemoteExceptionpublic boolean isServiceExists(java.lang.String name)
throws MXException,
java.rmi.RemoteException
service - MaxWSRegistry object for a serviceMXException - Maximo ExceptionAxisException - Axis Exceptionjava.rmi.RemoteExceptionpublic org.apache.axis2.engine.AxisConfiguration getAxis2Config()
throws MXException
MXExceptionpublic org.apache.axis2.context.ConfigurationContext getAxis2ConfigContext()
throws MXException
MXException