Package 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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.cxf.transport.AbstractDestination
AbstractDestination.AbstractBackChannelConduit -
Field Summary
FieldsFields inherited from class org.apache.cxf.transport.AbstractDestination
bus, endpointInfo, referenceFields inherited from class org.apache.cxf.transport.AbstractObservable
incomingObserver -
Constructor Summary
ConstructorsConstructorDescriptionUDPDestination(Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, EndpointInfo ei) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivate()Activate messages flow.protected voidDeactivate messages flow.protected ConduitgetInbuiltBackChannel(Message inMessage) protected LoggerMethods inherited from class org.apache.cxf.transport.AbstractDestination
getAddress, getBackChannel, getEndpointInfo, shutdownMethods inherited from class org.apache.cxf.transport.AbstractObservable
getMessageObserver, getTargetReference, getTargetReference, setMessageObserverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.transport.Destination
getMessageObserverMethods inherited from interface org.apache.cxf.transport.Observable
setMessageObserver
-
Field Details
-
NETWORK_INTERFACE
-
-
Constructor Details
-
UDPDestination
public UDPDestination(Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, EndpointInfo ei)
-
-
Method Details
-
getInbuiltBackChannel
- Specified by:
getInbuiltBackChannelin classAbstractDestination- Parameters:
inMessage- the incoming message- Returns:
- the inbuilt backchannel
-
getLogger
- Specified by:
getLoggerin classAbstractObservable- Returns:
- the logger to use
-
activate
protected void activate()Description copied from class:AbstractObservableActivate messages flow.- Overrides:
activatein classAbstractObservable
-
deactivate
protected void deactivate()Description copied from class:AbstractObservableDeactivate messages flow.- Overrides:
deactivatein classAbstractObservable
-