public class UDPConduit extends AbstractConduit
| Modifier and Type | Class and Description |
|---|---|
class |
UDPConduit.UDPConduitOutputStream |
targetincomingObserver| Constructor and Description |
|---|
UDPConduit(org.apache.cxf.ws.addressing.EndpointReferenceType t,
Bus bus) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the conduit.
|
void |
close(Message msg)
Close the connections associated with the message
|
protected Logger |
getLogger() |
void |
prepare(Message message)
Prepare the message for sending.
|
getTarget, toStringactivate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserverclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessageObserver, setMessageObserverpublic UDPConduit(org.apache.cxf.ws.addressing.EndpointReferenceType t,
Bus bus)
public void close(Message msg) throws IOException
Conduitclose in interface Conduitclose in class AbstractConduitmsg - for which content should be closed.IOExceptionpublic void close()
AbstractConduitclose in interface Conduitclose in class AbstractConduitpublic void prepare(Message message) throws IOException
Conduitmessage - the message to be sent.IOExceptionprotected Logger getLogger()
getLogger in class AbstractObservableApache CXF