Ok, I see on the basis of the Axis2 JMS transport that
AbstractTransportSender isn't needed. The pure combination of
AbstractHandler and TransportSender works, too.  

On http://people.apache.org/~thilina/axis2/docs/transport_howto.html is
written that "The Transport Sender needs to be extended from the
org.apache.Axis2.transport.AbstractTransportSender class". As a start it's a
little bit confusing ...


Chris

-----Ursprüngliche Nachricht-----
Von: Chris Iken [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 6. November 2006 14:15
An: [email protected]
Betreff: Custom transport sender

Hi,

Does a custom transport sender must be extended from the
org.apache.Axis2.transport.AbstractTransportSender class?
Or does the following work, too?

class CustomTransportSender extends AbstractHandler implements
TransportSender


If AbstractTransportSender is needed, this is very bad for Datagram senders
...


Thanks,
Chris




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to