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 |
registeredServiceConfigs, serviceClassMap, serviceInstanceMap
Constructor and Description |
---|
AxisWebServiceManager() |
Modifier and Type | Method and Description |
---|---|
protected AbstractAxisConfigurator |
getConfigurator() |
String |
getSupportedServiceType()
Returns the service type
|
void |
initServices()
Performs any initialization this service type requires
|
void |
registerService(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)
protected AbstractAxisConfigurator getConfigurator()
public void registerService(IServiceConfig wsConfig)
IServiceTypeManager
registerService
in interface IServiceTypeManager
registerService
in class AbstractServiceTypeManager
IServiceManager#registerService(IServiceConfig)
public void initServices() throws ServiceInitializationException
IServiceTypeManager
ServiceInitializationException
public String getSupportedServiceType()
IServiceTypeManager
Copyright © 2017 Hitachi Vantara. All rights reserved.