|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.binding.corba.CorbaServerConduit
public class CorbaServerConduit
Constructor Summary | |
---|---|
CorbaServerConduit(EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType ref,
org.omg.CORBA.Object targetObj,
org.omg.CORBA.ORB o,
OrbConfig config,
CorbaTypeMap map)
|
Method Summary | |
---|---|
void |
buildRequestResult(CorbaMessage msg)
|
void |
close()
Close the conduit |
void |
close(Message message)
Close the connections associated with the message |
java.lang.String |
getAddress()
|
Destination |
getBackChannel()
Retreive the back-channel Destination. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CorbaServerConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.omg.CORBA.Object targetObj, org.omg.CORBA.ORB o, OrbConfig config, CorbaTypeMap map)
Method Detail |
---|
public void prepare(Message message) throws java.io.IOException
Conduit
prepare
in interface Conduit
message
- the message to be sent.
java.io.IOException
public void close(Message message) throws java.io.IOException
Conduit
close
in interface Conduit
java.io.IOException
public org.apache.cxf.ws.addressing.EndpointReferenceType getTarget()
getTarget
in interface Conduit
public Destination getBackChannel()
Conduit
getBackChannel
in interface Conduit
public void close()
Conduit
close
in interface Conduit
public void setMessageObserver(MessageObserver observer)
Observable
setMessageObserver
in interface Observable
observer
- the observer to notify on receipt of incomingpublic final org.apache.cxf.ws.addressing.EndpointReferenceType getTargetReference(org.apache.cxf.ws.addressing.EndpointReferenceType t)
public final java.lang.String getAddress()
public void buildRequestResult(CorbaMessage msg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |