public class WscConnection extends Object
| Constructor and Description |
|---|
WscConnection(String wsdlLocation,
String address,
String service,
String port,
SoapVersion version,
boolean mtomEnabled,
List<SecurityStrategy> securities,
HttpService httpService,
String transportConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
disconnect() |
AttachmentRequestEnricher |
getRequestEnricher() |
AttachmentResponseEnricher |
getResponseEnricher() |
org.mule.metadata.api.TypeLoader |
getTypeLoader() |
WsdlIntrospecter |
getWsdlIntrospecter() |
Object[] |
invoke(String operation,
Object payload,
List<org.apache.cxf.binding.soap.SoapHeader> headers,
List<org.apache.cxf.message.Attachment> attachments,
String encoding,
org.apache.cxf.message.Exchange exchange)
Invokes a Web Service Operation.
|
org.mule.runtime.api.connection.ConnectionValidationResult |
validateConnection() |
public WscConnection(String wsdlLocation, String address, String service, String port, SoapVersion version, boolean mtomEnabled, List<SecurityStrategy> securities, HttpService httpService, String transportConfig) throws org.mule.runtime.api.connection.ConnectionException
org.mule.runtime.api.connection.ConnectionExceptionpublic Object[] invoke(String operation, Object payload, List<org.apache.cxf.binding.soap.SoapHeader> headers, List<org.apache.cxf.message.Attachment> attachments, String encoding, org.apache.cxf.message.Exchange exchange)
public void disconnect()
public org.mule.runtime.api.connection.ConnectionValidationResult validateConnection()
public WsdlIntrospecter getWsdlIntrospecter()
public org.mule.metadata.api.TypeLoader getTypeLoader()
public AttachmentRequestEnricher getRequestEnricher()
public AttachmentResponseEnricher getResponseEnricher()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.