|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractConduit
org.apache.cxf.transport.AbstractDestination.AbstractBackChannelConduit
org.apache.cxf.transport.http.AbstractHTTPDestination.BackChannelConduit
public class AbstractHTTPDestination.BackChannelConduit
Backchannel conduit.
| Field Summary | |
|---|---|
protected javax.servlet.http.HttpServletResponse |
response
|
| Fields inherited from class org.apache.cxf.transport.AbstractConduit |
|---|
target |
| Fields inherited from class org.apache.cxf.transport.AbstractObservable |
|---|
incomingObserver |
| Method Summary | |
|---|---|
void |
prepare(Message message)
Send an outbound message, assumed to contain all the name-value mappings of the corresponding input message (if any). |
| Methods inherited from class org.apache.cxf.transport.AbstractDestination.AbstractBackChannelConduit |
|---|
getLogger, setMessageObserver |
| Methods inherited from class org.apache.cxf.transport.AbstractConduit |
|---|
close, close, getBackChannel, getTarget, toString |
| Methods inherited from class org.apache.cxf.transport.AbstractObservable |
|---|
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected javax.servlet.http.HttpServletResponse response
| Method Detail |
|---|
public void prepare(Message message)
throws java.io.IOException
message - the message to be sent.
java.io.IOException
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||