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 final String WS_EXECUTE_SERVICE_ID
public static final 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
Exception
public static String getWsdl(org.apache.axis2.engine.AxisConfiguration axisConfig, org.pentaho.platform.api.engine.IServiceConfig webservice) throws Exception
Exception
public 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.AxisFault
public 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
- Exception
public static org.pentaho.platform.api.engine.IServiceConfig getSourceDefinition(org.apache.axis2.description.AxisService axisService, SystemSolutionAxisConfigurator axisConfigurator)
public static String getWebServiceExecuteUrl()
public static String getWebServiceWsdlUrl()
Copyright © 2021 Hitachi Vantara. All rights reserved.