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, reference
incomingObserver
Constructor and Description |
---|
UDPDestination(Bus b,
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, shutdown
getMessageObserver, getTargetReference, getTargetReference, setMessageObserver
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMessageObserver
setMessageObserver
public static final String NETWORK_INTERFACE
public UDPDestination(Bus b, EndpointReferenceType ref, EndpointInfo ei)
protected Conduit getInbuiltBackChannel(Message inMessage)
getInbuiltBackChannel
in class AbstractDestination
inMessage
- the incoming messageprotected Logger getLogger()
getLogger
in class AbstractObservable
protected void activate()
AbstractObservable
activate
in class AbstractObservable
protected void deactivate()
AbstractObservable
deactivate
in class AbstractObservable
Apache CXF