public class InvokeWsdlResolver extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvokeWsdlResolver.OperationMode |
| Constructor and Description |
|---|
InvokeWsdlResolver(InvokeWsdlResolver.OperationMode operationMode,
String wsdlLocation,
String serviceName,
String portName,
String operationName) |
| Modifier and Type | Method and Description |
|---|---|
javax.wsdl.Definition |
getDefinition() |
javax.wsdl.Message |
getMessage() |
com.google.common.base.Optional<javax.wsdl.Part> |
getMessagePart() |
javax.wsdl.Operation |
getOperation() |
List<javax.wsdl.extensions.soap.SOAPHeader> |
getOperationHeaders() |
javax.wsdl.Port |
getPort() |
List<String> |
getSchemas() |
javax.wsdl.Service |
getService() |
public InvokeWsdlResolver(InvokeWsdlResolver.OperationMode operationMode, String wsdlLocation, String serviceName, String portName, String operationName) throws TransformerException
TransformerExceptionpublic javax.wsdl.Definition getDefinition()
public javax.wsdl.Service getService()
public javax.wsdl.Port getPort()
public javax.wsdl.Message getMessage()
public com.google.common.base.Optional<javax.wsdl.Part> getMessagePart()
public javax.wsdl.Operation getOperation()
public List<javax.wsdl.extensions.soap.SOAPHeader> getOperationHeaders()
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.