org.mule.module.ws.consumer
Class WSConsumer

java.lang.Object
  extended by org.mule.module.ws.consumer.WSConsumer
All Implemented Interfaces:
MuleContextAware, Initialisable, MessageProcessor

public class WSConsumer
extends Object
implements MessageProcessor, Initialisable, MuleContextAware


Field Summary
static String SOAP_ACTION_PROPERTY
           
static String SOAP_HEADERS_PROPERTY_PREFIX
           
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Constructor Summary
WSConsumer()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP_ACTION_PROPERTY

public static final String SOAP_ACTION_PROPERTY
See Also:
Constant Field Values

SOAP_HEADERS_PROPERTY_PREFIX

public static final String SOAP_HEADERS_PROPERTY_PREFIX
See Also:
Constant Field Values
Constructor Detail

WSConsumer

public WSConsumer()
Method Detail

initialise

public void initialise()
                throws InitialisationException
Specified by:
initialise in interface Initialisable
Throws:
InitialisationException

process

public MuleEvent process(MuleEvent event)
                  throws MuleException
Specified by:
process in interface MessageProcessor
Throws:
MuleException

setMuleContext

public void setMuleContext(MuleContext muleContext)
Specified by:
setMuleContext in interface MuleContextAware

getConfig

public WSConsumerConfig getConfig()

setConfig

public void setConfig(WSConsumerConfig config)

getOperation

public String getOperation()

setOperation

public void setOperation(String operation)

isMtomEnabled

public boolean isMtomEnabled()

setMtomEnabled

public void setMtomEnabled(boolean mtomEnabled)


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.