org.mule.transport.xmpp
Class XmppMuleMessageFactory

java.lang.Object
  extended by org.mule.transport.AbstractMuleMessageFactory
      extended by org.mule.transport.xmpp.XmppMuleMessageFactory
All Implemented Interfaces:
MuleMessageFactory

public class XmppMuleMessageFactory
extends AbstractMuleMessageFactory


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

Constructor Detail

XmppMuleMessageFactory

public XmppMuleMessageFactory(MuleContext context)
Method Detail

getSupportedTransportMessageTypes

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

extractPayload

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

addProperties

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


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