public class WsdlParser extends Object
| Constructor and Description |
|---|
WsdlParser(String wsdlUri,
String tempDir,
StringBuffer warnings) |
| Modifier and Type | Method and Description |
|---|---|
Document |
createMappingDoc()
use the earlier parsed wsdl information to create a mapping document that
will include mappings for each service and each port.
|
String |
extractSchemaFromWsdl() |
WsdlOperation |
getOperation(String strService,
String strPort,
String operationName) |
Map |
getOperations(String strService,
String strPort) |
void |
parseServiceAndBinding() |
Document |
parseWsdl() |
public WsdlParser(String wsdlUri, String tempDir, StringBuffer warnings)
public WsdlOperation getOperation(String strService, String strPort, String operationName)
public Document parseWsdl()
public void parseServiceAndBinding()
public Document createMappingDoc()
public String extractSchemaFromWsdl()
? Copyright 2013 BMC Software, Inc.