public class AxisUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
WS_EXECUTE_SERVICE_ID |
static String |
WSDL_SERVICE_ID |
| Constructor and Description |
|---|
AxisUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.axis2.description.AxisService |
createService(org.pentaho.platform.api.engine.IServiceConfig ws,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Create a web service from a web service wrapper.
|
static void |
createServiceWsdl(org.apache.axis2.description.AxisService axisService,
org.pentaho.platform.api.engine.IServiceConfig wsDef,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Creates the WSDL for an Axis service
|
static org.pentaho.platform.api.engine.IServiceConfig |
getSourceDefinition(org.apache.axis2.description.AxisService axisService,
SystemSolutionAxisConfigurator axisConfigurator) |
static String |
getWebServiceExecuteUrl()
Currently webservice content generators are wired up by a plugin.
|
static String |
getWebServiceWsdlUrl() |
static String |
getWsdl(org.apache.axis2.engine.AxisConfiguration axisConfig,
org.pentaho.platform.api.engine.IServiceConfig webservice) |
static javax.wsdl.Definition |
getWsdlDefinition(org.apache.axis2.engine.AxisConfiguration axisConfig,
org.pentaho.platform.api.engine.IServiceConfig webservice) |
public static String WS_EXECUTE_SERVICE_ID
public static String WSDL_SERVICE_ID
public static javax.wsdl.Definition getWsdlDefinition(org.apache.axis2.engine.AxisConfiguration axisConfig,
org.pentaho.platform.api.engine.IServiceConfig webservice)
throws Exception
Exceptionpublic static String getWsdl(org.apache.axis2.engine.AxisConfiguration axisConfig, org.pentaho.platform.api.engine.IServiceConfig webservice) throws Exception
Exceptionpublic static org.apache.axis2.description.AxisService createService(org.pentaho.platform.api.engine.IServiceConfig ws,
org.apache.axis2.engine.AxisConfiguration axisConfig)
throws org.apache.axis2.AxisFault
wrapper - The wrapperorg.apache.axis2.AxisFaultpublic static void createServiceWsdl(org.apache.axis2.description.AxisService axisService,
org.pentaho.platform.api.engine.IServiceConfig wsDef,
org.apache.axis2.engine.AxisConfiguration axisConfig)
throws Exception
axisService - wrapper - Exceptionpublic static org.pentaho.platform.api.engine.IServiceConfig getSourceDefinition(org.apache.axis2.description.AxisService axisService,
SystemSolutionAxisConfigurator axisConfigurator)
public static String getWebServiceExecuteUrl()
public static String getWebServiceWsdlUrl()