|
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.jms.JMSDestination.BackChannelConduit
protected class JMSDestination.BackChannelConduit
Conduit for sending the reply back to the client
| Field Summary | |
|---|---|
protected Message |
inMessage
|
| Fields inherited from class org.apache.cxf.transport.AbstractConduit |
|---|
target |
| Fields inherited from class org.apache.cxf.transport.AbstractObservable |
|---|
incomingObserver |
| Method Summary | |
|---|---|
protected java.util.logging.Logger |
getLogger()
|
void |
prepare(Message message)
Send an outbound message, assumed to contain all the name-value mappings of the corresponding input message (if any). |
void |
setMessageObserver(MessageObserver observer)
Register a message observer for incoming messages. |
| 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 Message inMessage
| Method Detail |
|---|
public void setMessageObserver(MessageObserver observer)
setMessageObserver in interface ObservablesetMessageObserver in class AbstractObservableobserver - the observer to notify on receipt of incoming
public void prepare(Message message)
throws java.io.IOException
message - the message to be sent.
java.io.IOExceptionprotected java.util.logging.Logger getLogger()
getLogger in class AbstractObservable
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||