public class ProxyClientMessageProcessorBuilder extends AbstractOutboundMessageProcessorBuilder
The input to the resulting MessageProcessor can be either a SOAP Body or a SOAP Envelope depending on how the payload attribute is configured. Valid values are "body" or "envelope".
address, client, configuration, databinding, decoupledEndpoint, defaultMethod, defaultMethodName, enableMuleSoapHeaders, features, inFaultInterceptors, inInterceptors, mtomEnabled, muleContext, operation, outFaultInterceptors, outInterceptors, payloadToArguments, properties, soapVersion, wsdlLocation| Constructor and Description |
|---|
ProxyClientMessageProcessorBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureClient(org.apache.cxf.endpoint.Client client) |
protected void |
configureMessageProcessor(CxfOutboundMessageProcessor processor) |
protected org.apache.cxf.endpoint.Client |
createClient() |
protected String |
getMimeType() |
String |
getPayload() |
boolean |
isProxyEnvelope() |
void |
setPayload(String payload) |
addMuleInterceptors, build, createClientFromLocalServer, createMessageProcessor, getAddress, getBus, getClient, getConfiguration, getDatabinding, getDecoupledEndpoint, getFeatures, getInFaultInterceptors, getInInterceptors, 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, setWsSecurityprotected void configureClient(org.apache.cxf.endpoint.Client client)
configureClient in class AbstractOutboundMessageProcessorBuilderpublic boolean isProxyEnvelope()
protected void configureMessageProcessor(CxfOutboundMessageProcessor processor)
configureMessageProcessor in class AbstractOutboundMessageProcessorBuilderprotected org.apache.cxf.endpoint.Client createClient()
throws org.mule.api.lifecycle.CreateException,
Exception
createClient in class AbstractOutboundMessageProcessorBuilderorg.mule.api.lifecycle.CreateExceptionExceptionpublic String getPayload()
public void setPayload(String payload)
protected String getMimeType()
getMimeType in class AbstractOutboundMessageProcessorBuilderCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.