public class ServiceDefinition extends Object
| Constructor and Description |
|---|
ServiceDefinition(String wsdlLocation,
String serviceName,
String portName) |
ServiceDefinition(String wsdlLocation,
String serviceName,
String portName,
org.mule.runtime.soap.api.transport.TransportResourceLocator locator) |
| Modifier and Type | Method and Description |
|---|---|
javax.wsdl.Fault |
getFault(javax.wsdl.Operation operation,
String faultName) |
javax.wsdl.Message |
getMessage(QName qName) |
OperationDefinition |
getOperation(String operationName) |
List<OperationDefinition> |
getOperations() |
javax.wsdl.Port |
getPort() |
org.mule.metadata.xml.api.SchemaCollector |
getSchemas() |
javax.wsdl.Service |
getService() |
Optional<String> |
getSoapAddress()
Tries to find the address where the web service is located.
|
boolean |
isDocumentStyle() |
boolean |
isRpcStyle() |
public ServiceDefinition(String wsdlLocation, String serviceName, String portName)
public List<OperationDefinition> getOperations()
public OperationDefinition getOperation(String operationName)
public javax.wsdl.Fault getFault(javax.wsdl.Operation operation,
String faultName)
public javax.wsdl.Message getMessage(QName qName)
public org.mule.metadata.xml.api.SchemaCollector getSchemas()
public javax.wsdl.Service getService()
public javax.wsdl.Port getPort()
public Optional<String> getSoapAddress()
public boolean isRpcStyle()
public boolean isDocumentStyle()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.