org.jsmpp.session
Class BindResult

java.lang.Object
  extended by org.jsmpp.session.BindResult

public class BindResult
extends java.lang.Object

Author:
uudashr

Constructor Summary
BindResult(java.lang.String messageId, OptionalParameter[] optionalParameter)
           
 
Method Summary
 java.lang.String getMessageId()
           
 OptionalParameter[] getOptionalParameter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindResult

public BindResult(java.lang.String messageId,
                  OptionalParameter[] optionalParameter)
Method Detail

getMessageId

public java.lang.String getMessageId()

getOptionalParameter

public OptionalParameter[] getOptionalParameter()