public class WSConsumer extends Object implements MessageProcessor, Initialisable, MuleContextAware, Disposable, NonBlockingMessageProcessor
| Modifier and Type | Field and Description |
|---|---|
static String |
SOAP_HEADERS_PROPERTY_PREFIX |
PHASE_NAMEPHASE_NAME| Constructor and Description |
|---|
WSConsumer() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
WSConsumerConfig |
getConfig() |
String |
getOperation() |
void |
initialise() |
boolean |
isMtomEnabled() |
MuleEvent |
process(MuleEvent event) |
void |
setConfig(WSConsumerConfig config) |
void |
setMtomEnabled(boolean mtomEnabled) |
void |
setMuleContext(MuleContext muleContext) |
void |
setOperation(String operation) |
public static final String SOAP_HEADERS_PROPERTY_PREFIX
public void initialise()
throws InitialisationException
initialise in interface InitialisableInitialisationExceptionpublic MuleEvent process(MuleEvent event) throws MuleException
process in interface MessageProcessorMuleExceptionpublic void setMuleContext(MuleContext muleContext)
setMuleContext in interface MuleContextAwarepublic WSConsumerConfig getConfig()
public void setConfig(WSConsumerConfig config)
public String getOperation()
public void setOperation(String operation)
public boolean isMtomEnabled()
public void setMtomEnabled(boolean mtomEnabled)
public void dispose()
dispose in interface DisposableCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.