org.mule.transport.soap.axis
Class AxisMuleMessageFactory

java.lang.Object
  extended by org.mule.transport.AbstractMuleMessageFactory
      extended by org.mule.transport.soap.axis.AxisMuleMessageFactory
All Implemented Interfaces:
MuleMessageFactory

public class AxisMuleMessageFactory
extends AbstractMuleMessageFactory


Field Summary
 
Fields inherited from class org.mule.transport.AbstractMuleMessageFactory
muleContext
 
Constructor Summary
AxisMuleMessageFactory()
           
 
Method Summary
protected  void addAttachments(DefaultMuleMessage message, Object transportMessage)
           
protected  void addProperties(DefaultMuleMessage message, Object transportMessage)
           
protected  Object extractPayload(Object transportMessage, String encoding)
           
protected  Class<?>[] getSupportedTransportMessageTypes()
           
 
Methods inherited from class org.mule.transport.AbstractMuleMessageFactory
create, create, create, create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisMuleMessageFactory

public AxisMuleMessageFactory()
Method Detail

getSupportedTransportMessageTypes

protected Class<?>[] getSupportedTransportMessageTypes()
Specified by:
getSupportedTransportMessageTypes in class AbstractMuleMessageFactory

extractPayload

protected Object extractPayload(Object transportMessage,
                                String encoding)
                         throws Exception
Specified by:
extractPayload in class AbstractMuleMessageFactory
Throws:
Exception

addProperties

protected void addProperties(DefaultMuleMessage message,
                             Object transportMessage)
                      throws Exception
Overrides:
addProperties in class AbstractMuleMessageFactory
Throws:
Exception

addAttachments

protected void addAttachments(DefaultMuleMessage message,
                              Object transportMessage)
                       throws Exception
Overrides:
addAttachments in class AbstractMuleMessageFactory
Throws:
Exception


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.