org.jsmpp.composing
Class ComposeDecompose
java.lang.Object
  
org.jsmpp.composing.ComposeDecompose
public class ComposeDecompose
- extends java.lang.Object
 
Simulating sending and receive data from client to server (vice versa) by
 simple compose and decomposing the PDU.
- Author:
 
  - uudashr
 
 
 
| 
Method Summary | 
 void | 
sendGenericNack()
 
          Test the composed PDU can decomposed properly. | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
pduSender
private PDUSender pduSender
pduReader
private DefaultPDUReader pduReader
decomposer
private PDUDecomposer decomposer
ComposeDecompose
public ComposeDecompose()
sendGenericNack
public void sendGenericNack()
                     throws java.lang.Exception
- Test the composed PDU can decomposed properly.
- Throws:
 java.lang.Exception - if an unexpected error found.