public class CorbaServerConduit extends Object implements Conduit
| Constructor and Description |
|---|
CorbaServerConduit(EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType ref,
Object targetObj,
ORB o,
OrbConfig config,
CorbaTypeMap map) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildRequestResult(CorbaMessage msg) |
void |
close()
Close the conduit
|
void |
close(Message message)
Close the connections associated with the message
|
String |
getAddress() |
MessageObserver |
getMessageObserver()
Retrieves the message observer for incoming messages
|
org.apache.cxf.ws.addressing.EndpointReferenceType |
getTarget() |
org.apache.cxf.ws.addressing.EndpointReferenceType |
getTargetReference(org.apache.cxf.ws.addressing.EndpointReferenceType t) |
void |
prepare(Message message)
Prepare the message for sending.
|
void |
setMessageObserver(MessageObserver observer)
Register a message observer for incoming messages.
|
public CorbaServerConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType ref, Object targetObj, ORB o, OrbConfig config, CorbaTypeMap map)
public void prepare(Message message) throws IOException
Conduitprepare in interface Conduitmessage - the message to be sent.IOExceptionpublic void close(Message message) throws IOException
Conduitclose in interface ConduitIOExceptionpublic org.apache.cxf.ws.addressing.EndpointReferenceType getTarget()
public void close()
Conduitpublic void setMessageObserver(MessageObserver observer)
ObservablesetMessageObserver in interface Observableobserver - the observer to notify on receipt of incomingpublic MessageObserver getMessageObserver()
ObservablegetMessageObserver in interface Observablepublic final org.apache.cxf.ws.addressing.EndpointReferenceType getTargetReference(org.apache.cxf.ws.addressing.EndpointReferenceType t)
public final String getAddress()
public void buildRequestResult(CorbaMessage msg)
Apache CXF