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(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,
IServiceConfig wsDef,
org.apache.axis2.engine.AxisConfiguration axisConfig)
Creates the WSDL for an Axis service
|
static 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,
IServiceConfig webservice) |
static javax.wsdl.Definition |
getWsdlDefinition(org.apache.axis2.engine.AxisConfiguration axisConfig,
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,
IServiceConfig webservice)
throws Exception
Exceptionpublic static String getWsdl(org.apache.axis2.engine.AxisConfiguration axisConfig, IServiceConfig webservice) throws Exception
Exceptionpublic static org.apache.axis2.description.AxisService createService(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,
IServiceConfig wsDef,
org.apache.axis2.engine.AxisConfiguration axisConfig)
throws Exception
axisService - wrapper - Exceptionpublic static IServiceConfig getSourceDefinition(org.apache.axis2.description.AxisService axisService, SystemSolutionAxisConfigurator axisConfigurator)
public static String getWebServiceExecuteUrl()
public static String getWebServiceWsdlUrl()
Copyright © 2017 Hitachi Vantara. All rights reserved.