|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transport.http.JettyHTTPDestination.BackChannelConduit
protected class JettyHTTPDestination.BackChannelConduit
Backchannel conduit.
| Field Summary | |
|---|---|
protected org.mortbay.http.HttpResponse |
response
|
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 |
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.mortbay.http.HttpResponse response
protected org.apache.cxf.ws.addressing.EndpointReferenceType target
| Method Detail |
|---|
public void close(org.apache.cxf.message.Message msg)
throws java.io.IOException
close in interface org.apache.cxf.transport.Conduitjava.io.IOExceptionpublic 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 send(org.apache.cxf.message.Message message)
throws java.io.IOException
send in interface org.apache.cxf.transport.Conduitmessage - the message to be sent.
java.io.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 | |||||||||