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, setWsSecurity
protected void configureClient(org.apache.cxf.endpoint.Client client)
configureClient
in class AbstractOutboundMessageProcessorBuilder
public boolean isProxyEnvelope()
protected void configureMessageProcessor(CxfOutboundMessageProcessor processor)
configureMessageProcessor
in class AbstractOutboundMessageProcessorBuilder
protected org.apache.cxf.endpoint.Client createClient() throws CreateException, Exception
createClient
in class AbstractOutboundMessageProcessorBuilder
CreateException
Exception
public String getPayload()
public void setPayload(String payload)
protected String getMimeType()
getMimeType
in class AbstractOutboundMessageProcessorBuilder
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.