Uses of Interface
org.apache.servicemix.xmpp.marshaler.XMPPMarshalerSupport

Packages that use XMPPMarshalerSupport
org.apache.servicemix.xmpp Component for Jabber using the XMPP protocol via the Smack Java client 
org.apache.servicemix.xmpp.marshaler.impl   
 

Uses of XMPPMarshalerSupport in org.apache.servicemix.xmpp
 

Methods in org.apache.servicemix.xmpp that return XMPPMarshalerSupport
 XMPPMarshalerSupport XMPPSenderEndpoint.getMarshaler()
           
 XMPPMarshalerSupport XMPPReceiverEndpoint.getMarshaler()
           
 

Methods in org.apache.servicemix.xmpp with parameters of type XMPPMarshalerSupport
 void XMPPSenderEndpoint.setMarshaler(XMPPMarshalerSupport marshaler)
          With this method you can specify a marshaler class which provides the logic for converting an xmpp message into a normalized message.
 void XMPPReceiverEndpoint.setMarshaler(XMPPMarshalerSupport marshaler)
          With this method you can specify a marshaler class which provides the logic for converting an xmpp message into a normalized message.
 

Uses of XMPPMarshalerSupport in org.apache.servicemix.xmpp.marshaler.impl
 

Classes in org.apache.servicemix.xmpp.marshaler.impl that implement XMPPMarshalerSupport
 class DefaultXMPPMarshaler
          Marshals Jabber messages into and out of NMS messages
 



Copyright © 2005-2014 FuseSource. All Rights Reserved.