org.mobicents.protocols.smpp.util
Class APIMessages

java.lang.Object
  extended by org.mobicents.protocols.smpp.util.APIMessages

public class APIMessages
extends Object

Look up descriptions of various SMPP codes.

Since:
0.4.0
Version:
$Id: APIMessages.java 457 2009-01-15 17:37:42Z orank $

Field Summary
static String BUNDLE_PROPERTY
           
static String DEFAULT_BUNDLE_NAME
           
 
Constructor Summary
APIMessages()
           
 
Method Summary
 String getGSMError(GSMError error)
           
 String getMessageState(MessageState state)
           
 String getPacketStatus(int statusCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUNDLE_PROPERTY

public static final String BUNDLE_PROPERTY
See Also:
Constant Field Values

DEFAULT_BUNDLE_NAME

public static final String DEFAULT_BUNDLE_NAME
See Also:
Constant Field Values
Constructor Detail

APIMessages

public APIMessages()
Method Detail

getPacketStatus

public String getPacketStatus(int statusCode)

getMessageState

public String getMessageState(MessageState state)

getGSMError

public String getGSMError(GSMError error)


Copyright © 2011 Mobicents. All Rights Reserved.