Package org.apache.cxf.transport.local
Class LocalConduit
- java.lang.Object
-
- org.apache.cxf.transport.AbstractObservable
-
- org.apache.cxf.transport.AbstractConduit
-
- org.apache.cxf.transport.local.LocalConduit
-
- All Implemented Interfaces:
org.apache.cxf.transport.Conduit,org.apache.cxf.transport.Observable
public class LocalConduit extends org.apache.cxf.transport.AbstractConduit
-
-
Field Summary
Fields Modifier and Type Field Description static StringDIRECT_DISPATCHstatic StringIN_CONDUITstatic StringIN_EXCHANGEstatic StringMESSAGE_FILTER_PROPERTIESstatic StringRESPONSE_CONDUIT
-
Constructor Summary
Constructors Constructor Description LocalConduit(LocalTransportFactory transportFactory, LocalDestination destination)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose(org.apache.cxf.message.Message message)protected LoggergetLogger()voidprepare(org.apache.cxf.message.Message message)-
Methods inherited from class org.apache.cxf.transport.AbstractObservable
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserver
-
-
-
-
Field Detail
-
IN_CONDUIT
public static final String IN_CONDUIT
-
RESPONSE_CONDUIT
public static final String RESPONSE_CONDUIT
-
IN_EXCHANGE
public static final String IN_EXCHANGE
-
DIRECT_DISPATCH
public static final String DIRECT_DISPATCH
-
MESSAGE_FILTER_PROPERTIES
public static final String MESSAGE_FILTER_PROPERTIES
-
-
Constructor Detail
-
LocalConduit
public LocalConduit(LocalTransportFactory transportFactory, LocalDestination destination)
-
-
Method Detail
-
prepare
public void prepare(org.apache.cxf.message.Message message) throws IOException- Throws:
IOException
-
close
public void close(org.apache.cxf.message.Message message) throws IOException- Specified by:
closein interfaceorg.apache.cxf.transport.Conduit- Overrides:
closein classorg.apache.cxf.transport.AbstractConduit- Throws:
IOException
-
getLogger
protected Logger getLogger()
- Specified by:
getLoggerin classorg.apache.cxf.transport.AbstractObservable
-
-