Class AxisWebServiceManager
java.lang.Object
org.pentaho.platform.plugin.services.pluginmgr.servicemgr.AbstractServiceTypeManager
org.pentaho.platform.plugin.services.pluginmgr.servicemgr.AxisWebServiceManager
- All Implemented Interfaces:
IServiceTypeManager
- Direct Known Subclasses:
FileSystemAxisWebServiceManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.apache.axis2.context.ConfigurationContextstatic org.apache.axis2.engine.AxisConfigurationFields inherited from class org.pentaho.platform.plugin.services.pluginmgr.servicemgr.AbstractServiceTypeManager
registeredServiceConfigs, serviceClassMap, serviceInstanceMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractAxisConfiguratorReturns the service typevoidPerforms any initialization this service type requiresvoidregisterService(org.pentaho.platform.api.engine.IServiceConfig wsConfig) Registers a service with this svc type managervoidsetExecuteServiceId(String executeServiceId) Deprecated.voidsetWsdlServiceId(String wsdlServiceId) Deprecated.Methods inherited from class org.pentaho.platform.plugin.services.pluginmgr.servicemgr.AbstractServiceTypeManager
getServiceBean, getServiceConfig
-
Field Details
-
currentAxisConfigContext
public static org.apache.axis2.context.ConfigurationContext currentAxisConfigContext -
currentAxisConfiguration
public static org.apache.axis2.engine.AxisConfiguration currentAxisConfiguration
-
-
Constructor Details
-
AxisWebServiceManager
public AxisWebServiceManager()
-
-
Method Details
-
setExecuteServiceId
Deprecated.This method will throw anUnsupportedOperationExceptionif called.- Parameters:
executeServiceId-
-
setWsdlServiceId
Deprecated.This method will throw anUnsupportedOperationExceptionif called.- Parameters:
wsdlServiceId-
-
getConfigurator
-
registerService
public void registerService(org.pentaho.platform.api.engine.IServiceConfig wsConfig) Description copied from interface:IServiceTypeManagerRegisters a service with this svc type manager- Specified by:
registerServicein interfaceIServiceTypeManager- Overrides:
registerServicein classAbstractServiceTypeManager- See Also:
-
IServiceManager#registerService(IServiceConfig)
-
initServices
public void initServices() throws org.pentaho.platform.api.engine.ServiceInitializationExceptionDescription copied from interface:IServiceTypeManagerPerforms any initialization this service type requires- Throws:
org.pentaho.platform.api.engine.ServiceInitializationException
-
getSupportedServiceType
Description copied from interface:IServiceTypeManagerReturns the service type
-