public interface WsdlAdapter extends ConnectionManagementConnectorAdapter
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<? extends SoapBodyEnricher> |
bodyEnricher() |
String |
endpoint(ServiceDefinition serviceDefinition) |
void |
handleException(Exception e) |
com.google.common.base.Optional<List<Document>> |
headers(ServiceDefinition serviceDefinition,
String operationName) |
List<Class<? extends Exception>> |
managedExceptions() |
List<WsdlSecurityStrategy> |
security(ServiceDefinition serviceDefinition) |
List<ServiceDefinition> |
serviceDefinitions() |
com.google.common.base.Optional<String> |
singleServiceDefinitionId() |
WsdlTransport |
transport(ServiceDefinition serviceDefinition) |
String |
wsdlSeparator() |
WSResolver |
wsResolver() |
List<ServiceDefinition> serviceDefinitions() throws Exception
ExceptionString endpoint(ServiceDefinition serviceDefinition) throws Exception
ExceptionList<WsdlSecurityStrategy> security(ServiceDefinition serviceDefinition) throws Exception
ExceptionWsdlTransport transport(ServiceDefinition serviceDefinition) throws Exception
Exceptioncom.google.common.base.Optional<List<Document>> headers(ServiceDefinition serviceDefinition, String operationName) throws Exception
Exceptioncom.google.common.base.Optional<? extends SoapBodyEnricher> bodyEnricher()
WSResolver wsResolver() throws Exception
Exceptioncom.google.common.base.Optional<String> singleServiceDefinitionId() throws Exception
ExceptionString wsdlSeparator()
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.