public class WsdlClientMessageProcessorBuilder extends AbstractOutboundMessageProcessorBuilder
DynamicClientFactory
. The wsdlLocation
attribute
is required. The port and service attributes can also be supplied to
select the correct service and port in the WSDL.address, client, configuration, databinding, decoupledEndpoint, defaultMethod, defaultMethodName, enableMuleSoapHeaders, features, inFaultInterceptors, inInterceptors, mtomEnabled, muleContext, operation, outFaultInterceptors, outInterceptors, payloadToArguments, properties, soapVersion, wsdlLocation
Constructor and Description |
---|
WsdlClientMessageProcessorBuilder() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.cxf.endpoint.Client |
createClient() |
String |
getPort() |
String |
getService() |
void |
setPort(String port) |
void |
setService(String service) |
addMuleInterceptors, build, configureClient, configureMessageProcessor, createClientFromLocalServer, createMessageProcessor, getAddress, getBus, getClient, getConfiguration, getDatabinding, getDecoupledEndpoint, getFeatures, getInFaultInterceptors, getInInterceptors, getMimeType, getOperation, getOutFaultInterceptors, getOutInterceptors, getPayloadToArguments, getProperties, getSoapVersion, getWsdlLocation, isEnableMuleSoapHeaders, isMtomEnabled, setAddProperties, setAddress, setConfiguration, setDatabinding, setDecoupledEndpoint, setEnableMuleSoapHeaders, setFeatures, setInFaultInterceptors, setInInterceptors, setMtomEnabled, setMuleContext, setOperation, setOutFaultInterceptors, setOutInterceptors, setPayloadToArguments, setProperties, setSoapVersion, setWsdlLocation, setWsSecurity
protected org.apache.cxf.endpoint.Client createClient() throws Exception
createClient
in class AbstractOutboundMessageProcessorBuilder
Exception
public String getService()
public void setService(String service)
public String getPort()
public void setPort(String port)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.