|
Apache CXF API | |||||||||
| 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,
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 Conduitmessage - the message to be sent.
IOException
public void close(Message message)
throws IOException
Conduit
close in interface ConduitIOExceptionpublic EndpointReferenceType getTarget()
getTarget in interface Conduitpublic void close()
Conduit
close in interface Conduitpublic void setMessageObserver(MessageObserver observer)
Observable
setMessageObserver in interface Observableobserver - the observer to notify on receipt of incomingpublic MessageObserver getMessageObserver()
Observable
getMessageObserver in interface Observablepublic 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 | |||||||||