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, undeployWebService
public AxisWSDeployer()
MXException
- MAXIMO exceptionpublic void loadWebServices() throws MXException, java.rmi.RemoteException
configContext
- Configuration ContextMXException
- Maximo ExceptionAxisException
- Axis Exceptionjava.rmi.RemoteException
public void loadWebServices(org.apache.axis2.context.ConfigurationContext configContext) throws MXException, java.rmi.RemoteException
configContext
- Configuration ContextMXException
- Maximo ExceptionAxisException
- Axis Exceptionjava.rmi.RemoteException
public void deployWebService(MboRemote service) throws MXException, java.rmi.RemoteException
deployWebService
in interface ServerDeployer
deployWebService
in class BaseDeployer
service
- 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 ServerDeployer
undeployWebService
in class BaseDeployer
service
- 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.RemoteException
public boolean isServiceExists(java.lang.String name) throws MXException, java.rmi.RemoteException
service
- MaxWSRegistry object for a serviceMXException
- Maximo ExceptionAxisException
- Axis Exceptionjava.rmi.RemoteException
public org.apache.axis2.engine.AxisConfiguration getAxis2Config() throws MXException
MXException
public org.apache.axis2.context.ConfigurationContext getAxis2ConfigContext() throws MXException
MXException