|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.binding.corba.CorbaServerConduit
public class CorbaServerConduit
Constructor Summary | |
---|---|
CorbaServerConduit(EndpointInfo ei,
EndpointReferenceType ref,
Object targetObj,
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 |
String |
getAddress()
|
MessageObserver |
getMessageObserver()
Retrieves the message observer for incoming messages |
EndpointReferenceType |
getTarget()
|
EndpointReferenceType |
getTargetReference(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, EndpointReferenceType ref, Object targetObj, ORB o, OrbConfig config, CorbaTypeMap map)
Method Detail |
---|
public void prepare(Message message) throws IOException
Conduit
prepare
in interface Conduit
message
- the message to be sent.
IOException
public void close(Message message) throws IOException
Conduit
close
in interface Conduit
IOException
public EndpointReferenceType getTarget()
getTarget
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 MessageObserver getMessageObserver()
Observable
getMessageObserver
in interface Observable
public final EndpointReferenceType getTargetReference(EndpointReferenceType t)
public final String getAddress()
public void buildRequestResult(CorbaMessage msg)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |