public class SystemSolutionAxisConfigurator extends AbstractAxisConfigurator
| Modifier and Type | Field and Description |
|---|---|
protected List<org.pentaho.platform.api.engine.IServiceConfig> |
wsDfns |
axisConfig, loaded, session| Constructor and Description |
|---|
SystemSolutionAxisConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addService(org.pentaho.platform.api.engine.IServiceConfig ws) |
protected void |
addServiceEndPoints(org.apache.axis2.description.AxisService axisService)
Adds any implementation-specific web service endpoints for a Axis service
|
protected void |
addTransports(org.apache.axis2.description.AxisService axisService)
Adds any implementation-specific transports for a Axis service
|
static String |
getAxisConfigPath() |
InputStream |
getConfigXml() |
org.apache.commons.logging.Log |
getLogger() |
protected List<org.pentaho.platform.api.engine.IServiceConfig> |
getWebServiceDefinitions()
Returns a list of the web service wrappers for this implmentation
|
void |
init() |
boolean |
setEnabled(String name,
boolean enabled) |
cleanup, engageGlobalModules, getAxisConfiguration, getWebServiceDefinition, loadService, loadServices, reloadServices, setSession, unloadServicesprotected List<org.pentaho.platform.api.engine.IServiceConfig> wsDfns
public org.apache.commons.logging.Log getLogger()
getLogger in class AbstractAxisConfiguratorpublic void init()
init in class AbstractAxisConfiguratorpublic static String getAxisConfigPath()
public InputStream getConfigXml()
getConfigXml in class AbstractAxisConfiguratorpublic boolean setEnabled(String name, boolean enabled) throws org.apache.axis2.AxisFault
setEnabled in class AbstractAxisConfiguratororg.apache.axis2.AxisFaultpublic void addService(org.pentaho.platform.api.engine.IServiceConfig ws)
addService in class AbstractAxisConfiguratorprotected List<org.pentaho.platform.api.engine.IServiceConfig> getWebServiceDefinitions()
AbstractAxisConfiguratorgetWebServiceDefinitions in class AbstractAxisConfiguratorprotected void addTransports(org.apache.axis2.description.AxisService axisService)
AbstractAxisConfiguratoraddTransports in class AbstractAxisConfiguratoraxisService - The Axis web service to add end points toprotected void addServiceEndPoints(org.apache.axis2.description.AxisService axisService)
AbstractAxisConfiguratoraddServiceEndPoints in class AbstractAxisConfiguratoraxisService - The Axis web service to add end points toCopyright © 2020 Hitachi Vantara. All rights reserved.