|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.cxf.GeronimoDestination.BackChannelConduit
protected class GeronimoDestination.BackChannelConduit
| Field Summary | |
|---|---|
protected org.apache.cxf.message.Message |
request
|
protected org.apache.cxf.ws.addressing.EndpointReferenceType |
target
|
| Method Summary | |
|---|---|
void |
close()
Close the conduit |
void |
close(org.apache.cxf.message.Message msg)
|
org.apache.cxf.transport.Destination |
getBackChannel()
Retreive the back-channel Destination. |
org.apache.cxf.ws.addressing.EndpointReferenceType |
getTarget()
|
void |
prepare(org.apache.cxf.message.Message message)
|
void |
send(org.apache.cxf.message.Message message)
Send an outbound message, assumed to contain all the name-value mappings of the corresponding input message (if any). |
void |
setMessageObserver(org.apache.cxf.transport.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 |
| Field Detail |
|---|
protected org.apache.cxf.message.Message request
protected org.apache.cxf.ws.addressing.EndpointReferenceType target
| Method Detail |
|---|
public void close(org.apache.cxf.message.Message msg)
throws IOException
close in interface org.apache.cxf.transport.ConduitIOExceptionpublic void setMessageObserver(org.apache.cxf.transport.MessageObserver observer)
setMessageObserver in interface org.apache.cxf.transport.Observableobserver - the observer to notify on receipt of incoming
public void prepare(org.apache.cxf.message.Message message)
throws IOException
prepare in interface org.apache.cxf.transport.ConduitIOException
public void send(org.apache.cxf.message.Message message)
throws IOException
message - the message to be sent.
IOExceptionpublic org.apache.cxf.ws.addressing.EndpointReferenceType getTarget()
getTarget in interface org.apache.cxf.transport.Conduitpublic org.apache.cxf.transport.Destination getBackChannel()
getBackChannel in interface org.apache.cxf.transport.Conduitpublic void close()
close in interface org.apache.cxf.transport.Conduit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||