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
| Nested classes/interfaces inherited from class org.apache.cxf.transport.AbstractDestination |
org.apache.cxf.transport.AbstractDestination.AbstractBackChannelConduit |
| 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(org.apache.cxf.Bus b,
org.apache.cxf.ws.addressing.EndpointReferenceType ref,
org.apache.cxf.service.model.EndpointInfo ei)
|
| 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 |
UDPDestination
public UDPDestination(org.apache.cxf.Bus b,
org.apache.cxf.ws.addressing.EndpointReferenceType ref,
org.apache.cxf.service.model.EndpointInfo ei)
getInbuiltBackChannel
protected org.apache.cxf.transport.Conduit getInbuiltBackChannel(org.apache.cxf.message.Message inMessage)
-
- Specified by:
getInbuiltBackChannel in class org.apache.cxf.transport.AbstractDestination
getLogger
protected Logger getLogger()
-
- Specified by:
getLogger in class org.apache.cxf.transport.AbstractObservable
activate
protected void activate()
- Overrides:
activate in class org.apache.cxf.transport.AbstractObservable
deactivate
protected void deactivate()
- Overrides:
deactivate in class org.apache.cxf.transport.AbstractObservable
Apache CXF