Apache CXF API

org.apache.cxf.transport.udp
Class UDPDestination

java.lang.Object
  extended by org.apache.cxf.transport.AbstractObservable
      extended by org.apache.cxf.transport.AbstractDestination
          extended by org.apache.cxf.transport.udp.UDPDestination
All Implemented Interfaces:
Destination, DestinationWithEndpoint, Observable

public class UDPDestination
extends AbstractDestination


Nested Class Summary
 class UDPDestination.UDPDestinationOutputStream
           
 
Nested classes/interfaces inherited from class org.apache.cxf.transport.AbstractDestination
AbstractDestination.AbstractBackChannelConduit
 
Field Summary
 
Fields inherited from class org.apache.cxf.transport.AbstractDestination
bus, endpointInfo, reference
 
Fields inherited from class org.apache.cxf.transport.AbstractObservable
incomingObserver
 
Constructor Summary
UDPDestination(Bus b, EndpointReferenceType ref, EndpointInfo ei)
           
 
Method Summary
protected  void activate()
          Activate messages flow.
protected  void deactivate()
          Deactivate messages flow.
protected  Conduit getInbuiltBackChannel(Message inMessage)
          
protected  Logger getLogger()
          
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.transport.Destination
getMessageObserver
 
Methods inherited from interface org.apache.cxf.transport.Observable
setMessageObserver
 

Constructor Detail

UDPDestination

public UDPDestination(Bus b,
                      EndpointReferenceType ref,
                      EndpointInfo ei)
Method Detail

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 API

Apache CXF