Uses of Interface
org.apache.servicemix.smpp.marshaler.SmppMarshalerSupport

Packages that use SmppMarshalerSupport
org.apache.servicemix.smpp   
org.apache.servicemix.smpp.marshaler   
 

Uses of SmppMarshalerSupport in org.apache.servicemix.smpp
 

Methods in org.apache.servicemix.smpp that return SmppMarshalerSupport
 SmppMarshalerSupport SmppConsumerEndpoint.getMarshaler()
           
 SmppMarshalerSupport SmppProviderEndpoint.getMarshaler()
           
 

Methods in org.apache.servicemix.smpp with parameters of type SmppMarshalerSupport
 void SmppConsumerEndpoint.setMarshaler(SmppMarshalerSupport marshaler)
           With this method you can specify a marshaler class which provides the logic for converting a sms message into a normalized message.
 void SmppProviderEndpoint.setMarshaler(SmppMarshalerSupport marshaler)
           With this method you can specify a marshaler class which provides the logic for converting a sms message into a normalized message.
 

Uses of SmppMarshalerSupport in org.apache.servicemix.smpp.marshaler
 

Classes in org.apache.servicemix.smpp.marshaler that implement SmppMarshalerSupport
 class DefaultSmppMarshaler
          Default SMPP Marshaler
 



Copyright © 2005-2011 FuseSource. All Rights Reserved.