Issue Details (XML | Word | Printable)

Key: SM-1623
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jean-Baptiste Onofré
Reporter: Rohit Joshi
Votes: 0
Watchers: 4
Operations

If you were logged in you would be able to see more operations.
ServiceMix

New binding component: SMPP

Created: 08/Oct/08 07:55 AM   Updated: 24/Apr/09 01:35 AM
Return to search
Component/s: servicemix-components
Affects Version/s: None
Fix Version/s: 4.0, 3.3

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works DefaultSmppMarshaler.java.patch 2009-02-01 04:21 AM Christian Mueller 37 kB
Text File Licensed for inclusion in ASF works endpointTimers.patch 2009-01-28 12:30 PM Jean-Baptiste Onofré 6 kB
Text File Licensed for inclusion in ASF works SmppConsumerEndpoint.java.patch 2009-02-02 02:28 PM Christian Mueller 7 kB
Text File Licensed for inclusion in ASF works SmppProviderEndpoint.java.patch 2009-02-02 02:28 PM Christian Mueller 6 kB

Patch Info: Patch Available


 Description  « Hide
I am submitting here source code for SMPP binding component. See the attached tar file.
Attached servicemix-component.tar file contains following files. It should be deployed under apache-servicemix-3.2.2/src/common directory.

********
SOURCE
***********
servicemix-components/src/main/java/org/apache/servicemix/components/smpp/
servicemix-components/src/main/java/org/apache/servicemix/components/smpp/SMPPMarshaler.java
servicemix-components/src/main/java/org/apache/servicemix/components/smpp/SMPPPoller.java
servicemix-components/src/main/java/org/apache/servicemix/components/smpp/SMPPSender.java
servicemix-components/src/main/java/org/apache/servicemix/components/smpp/servicemix.xml
******
TEST
********
servicemix-components/src/test/java/org/apache/servicemix/components/smpp/
servicemix-components/src/test/java/org/apache/servicemix/components/smpp/SMPPPollTest.java
servicemix-components/src/test/java/org/apache/servicemix/components/smpp/SMPPTest.java
*********
pom.xml
********
servicemix-components/pom.xml
this file adds the dependency on smppapi.

<dependency>
<groupId>smppapi</groupId>
<artifactId>smppapi</artifactId>
<version>0.3.7</version>
<optional>false</optional>
</dependency>



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
No related reviews found.