public class UDPDestination
extends org.apache.cxf.transport.AbstractDestination
| Modifier and Type | Class and Description |
|---|---|
class |
UDPDestination.UDPDestinationOutputStream |
| Constructor and Description |
|---|
UDPDestination(org.apache.cxf.Bus b,
org.apache.cxf.ws.addressing.EndpointReferenceType ref,
org.apache.cxf.service.model.EndpointInfo ei) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate() |
protected void |
deactivate() |
protected org.apache.cxf.transport.Conduit |
getInbuiltBackChannel(org.apache.cxf.message.Message inMessage) |
protected Logger |
getLogger() |
getAddress, getBackChannel, getEndpointInfo, shutdowngetMessageObserver, getTargetReference, getTargetReference, setMessageObserverpublic UDPDestination(org.apache.cxf.Bus b,
org.apache.cxf.ws.addressing.EndpointReferenceType ref,
org.apache.cxf.service.model.EndpointInfo ei)
protected org.apache.cxf.transport.Conduit getInbuiltBackChannel(org.apache.cxf.message.Message inMessage)
getInbuiltBackChannel in class org.apache.cxf.transport.AbstractDestinationprotected Logger getLogger()
getLogger in class org.apache.cxf.transport.AbstractObservableprotected void activate()
activate in class org.apache.cxf.transport.AbstractObservableprotected void deactivate()
deactivate in class org.apache.cxf.transport.AbstractObservableApache CXF