public class WSDLToDataService extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WSDLToDataService.ModelBean
Represents a "Bean" element after schema compilation.
|
static class |
WSDLToDataService.ModelProperty
Represents a "Property" element after schema compilation.
|
Modifier and Type | Method and Description |
---|---|
static void |
deployDataService(org.apache.axis2.engine.AxisConfiguration axisConfig,
byte[] wsdlContent)
Creates and deploys a contract first data service with the given WSDL
data.
|
static void |
printDOM(Document dom)
Prints the given DOM document,
used for debugging purposes.
|
public static void deployDataService(org.apache.axis2.engine.AxisConfiguration axisConfig, byte[] wsdlContent) throws DataServiceFault
axisConfig
- The current axis configurationwsdlContent
- The WSDL contentDataServiceFault
public static void printDOM(Document dom)
Copyright © 2019 WSO2. All rights reserved.