Class UDPConduit
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractConduit
org.jboss.wsf.stack.cxf.addons.transports.udp.UDPConduit
- All Implemented Interfaces:
Conduit,Observable
A modified version of Apache CXF org.apache.cxf.transport.udp.UDPConduit
that does not rely on Apache Mina and directly uses basic java.io for
any type of datagram.
- Author:
- alessio.soldano@jboss.com
-
Field Summary
Fields inherited from class org.apache.cxf.transport.AbstractConduit
targetFields inherited from class org.apache.cxf.transport.AbstractObservable
incomingObserver -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cxf.transport.AbstractConduit
close, close, getTarget, toStringMethods inherited from class org.apache.cxf.transport.AbstractObservable
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.cxf.transport.Observable
getMessageObserver, setMessageObserver
-
Constructor Details
-
UDPConduit
-
-
Method Details
-
prepare
Description copied from interface:ConduitPrepare the message for sending. This will typically involve setting an OutputStream on the message, but it may do nothing at all.- Parameters:
message- the message to be sent.- Throws:
IOException
-
getLogger
- Specified by:
getLoggerin classAbstractObservable- Returns:
- the logger to use
-