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 SmppProviderEndpoint.getMarshaler()
           
 SmppMarshalerSupport SmppConsumerEndpoint.getMarshaler()
           
 

Methods in org.apache.servicemix.smpp with parameters of type SmppMarshalerSupport
 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.
 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.
 

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-2012 FuseSource. All Rights Reserved.