public class UDPConduit
extends org.apache.cxf.transport.AbstractConduit
| Modifier and Type | Class and Description |
|---|---|
class |
UDPConduit.UDPConduitOutputStream |
| Constructor and Description |
|---|
UDPConduit(org.apache.cxf.ws.addressing.EndpointReferenceType t,
org.apache.cxf.Bus bus) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
close(org.apache.cxf.message.Message msg) |
protected Logger |
getLogger() |
void |
prepare(org.apache.cxf.message.Message message) |
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserverpublic UDPConduit(org.apache.cxf.ws.addressing.EndpointReferenceType t,
org.apache.cxf.Bus bus)
public void close(org.apache.cxf.message.Message msg)
throws IOException
close in interface org.apache.cxf.transport.Conduitclose in class org.apache.cxf.transport.AbstractConduitIOExceptionpublic void close()
close in interface org.apache.cxf.transport.Conduitclose in class org.apache.cxf.transport.AbstractConduitpublic void prepare(org.apache.cxf.message.Message message)
throws IOException
IOExceptionprotected Logger getLogger()
getLogger in class org.apache.cxf.transport.AbstractObservableApache CXF