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:
org.apache.cxf.transport.Destination,org.apache.cxf.transport.DestinationWithEndpoint,org.apache.cxf.transport.Observable
public class UDPDestination extends org.apache.cxf.transport.AbstractDestination
-
-
Field Summary
Fields Modifier and Type Field Description static StringNETWORK_INTERFACE
-
Constructor Summary
Constructors Constructor Description UDPDestination(org.apache.cxf.Bus b, org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.service.model.EndpointInfo ei)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactivate()protected voiddeactivate()protected org.apache.cxf.transport.ConduitgetInbuiltBackChannel(org.apache.cxf.message.Message inMessage)protected LoggergetLogger()-
Methods inherited from class org.apache.cxf.transport.AbstractDestination
getAddress, getBackChannel, getEndpointInfo, shutdown
-
Methods inherited from class org.apache.cxf.transport.AbstractObservable
getMessageObserver, getTargetReference, getTargetReference, setMessageObserver
-
-
-
-
Field Detail
-
NETWORK_INTERFACE
public static final String NETWORK_INTERFACE
-
-
Method Detail
-
getInbuiltBackChannel
protected org.apache.cxf.transport.Conduit getInbuiltBackChannel(org.apache.cxf.message.Message inMessage)
- Specified by:
getInbuiltBackChannelin classorg.apache.cxf.transport.AbstractDestination
-
getLogger
protected Logger getLogger()
- Specified by:
getLoggerin classorg.apache.cxf.transport.AbstractObservable
-
activate
protected void activate()
- Overrides:
activatein classorg.apache.cxf.transport.AbstractObservable
-
deactivate
protected void deactivate()
- Overrides:
deactivatein classorg.apache.cxf.transport.AbstractObservable
-
-