|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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.Conduit
IOException
public void setMessageObserver(org.apache.cxf.transport.MessageObserver observer)
setMessageObserver
in interface org.apache.cxf.transport.Observable
observer
- the observer to notify on receipt of incomingpublic void prepare(org.apache.cxf.message.Message message) throws IOException
prepare
in interface org.apache.cxf.transport.Conduit
IOException
public void send(org.apache.cxf.message.Message message) throws IOException
message
- the message to be sent.
IOException
public org.apache.cxf.ws.addressing.EndpointReferenceType getTarget()
getTarget
in interface org.apache.cxf.transport.Conduit
public org.apache.cxf.transport.Destination getBackChannel()
getBackChannel
in interface org.apache.cxf.transport.Conduit
public 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 |