public class AxisWebServiceManager extends AbstractServiceTypeManager
Modifier and Type | Field and Description |
---|---|
static org.apache.axis2.context.ConfigurationContext |
currentAxisConfigContext |
static org.apache.axis2.engine.AxisConfiguration |
currentAxisConfiguration |
Constructor and Description |
---|
AxisWebServiceManager() |
Modifier and Type | Method and Description |
---|---|
String |
getSupportedServiceType()
Returns the service type
|
void |
initServices()
Performs any initialization this service type requires
|
void |
registerService(org.pentaho.platform.api.engine.IServiceConfig wsConfig)
Registers a service with this svc type manager
|
void |
setExecuteServiceId(String executeServiceId) |
void |
setWsdlServiceId(String wsdlServiceId) |
getServiceBean, getServiceConfig
public static org.apache.axis2.context.ConfigurationContext currentAxisConfigContext
public static org.apache.axis2.engine.AxisConfiguration currentAxisConfiguration
public void setExecuteServiceId(String executeServiceId)
public void setWsdlServiceId(String wsdlServiceId)
public void registerService(org.pentaho.platform.api.engine.IServiceConfig wsConfig)
IServiceTypeManager
registerService
in interface IServiceTypeManager
registerService
in class AbstractServiceTypeManager
IServiceManager.registerService(IServiceConfig)
public void initServices() throws org.pentaho.platform.api.engine.ServiceInitializationException
IServiceTypeManager
org.pentaho.platform.api.engine.ServiceInitializationException
public String getSupportedServiceType()
IServiceTypeManager