public class UDPDestination extends AbstractDestination
| Modifier and Type | Class and Description |
|---|---|
class |
UDPDestination.UDPDestinationOutputStream |
AbstractDestination.AbstractBackChannelConduit| Modifier and Type | Field and Description |
|---|---|
static String |
NETWORK_INTERFACE |
bus, endpointInfo, referenceincomingObserver| Constructor and Description |
|---|
UDPDestination(Bus b,
org.apache.cxf.ws.addressing.EndpointReferenceType ref,
EndpointInfo ei) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate()
Activate messages flow.
|
protected void |
deactivate()
Deactivate messages flow.
|
protected Conduit |
getInbuiltBackChannel(Message inMessage) |
protected Logger |
getLogger() |
getAddress, getBackChannel, getEndpointInfo, shutdowngetMessageObserver, getTargetReference, getTargetReference, setMessageObserverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessageObserversetMessageObserverpublic static final String NETWORK_INTERFACE
public UDPDestination(Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, EndpointInfo ei)
protected Conduit getInbuiltBackChannel(Message inMessage)
getInbuiltBackChannel in class AbstractDestinationinMessage - the incoming messageprotected Logger getLogger()
getLogger in class AbstractObservableprotected void activate()
AbstractObservableactivate in class AbstractObservableprotected void deactivate()
AbstractObservabledeactivate in class AbstractObservableApache CXF