org.apache.cxf.transport.udp
Class UDPDestination
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractDestination
org.apache.cxf.transport.udp.UDPDestination
- All Implemented Interfaces:
- Destination, DestinationWithEndpoint, Observable
public class UDPDestination
- extends AbstractDestination
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDPDestination
public UDPDestination(Bus b,
EndpointReferenceType ref,
EndpointInfo ei)
getInbuiltBackChannel
protected Conduit getInbuiltBackChannel(Message inMessage)
-
- Specified by:
getInbuiltBackChannel
in class AbstractDestination
- Parameters:
inMessage
- the incoming message
- Returns:
- the inbuilt backchannel
getLogger
protected Logger getLogger()
-
- Specified by:
getLogger
in class AbstractObservable
- Returns:
- the logger to use
activate
protected void activate()
- Description copied from class:
AbstractObservable
- Activate messages flow.
- Overrides:
activate
in class AbstractObservable
deactivate
protected void deactivate()
- Description copied from class:
AbstractObservable
- Deactivate messages flow.
- Overrides:
deactivate
in class AbstractObservable
Apache CXF