org.apache.cxf.binding.soap.tcp
Class BackendTcpConduit

java.lang.Object
  extended by org.apache.cxf.transport.AbstractObservable
      extended by org.apache.cxf.transport.AbstractConduit
          extended by org.apache.cxf.binding.soap.tcp.BackendTcpConduit
All Implemented Interfaces:
org.apache.cxf.configuration.Configurable, org.apache.cxf.transport.Conduit, org.apache.cxf.transport.Observable, org.apache.cxf.ws.policy.Assertor

public class BackendTcpConduit
extends org.apache.cxf.transport.AbstractConduit
implements org.apache.cxf.configuration.Configurable, org.apache.cxf.ws.policy.Assertor


Field Summary
 
Fields inherited from class org.apache.cxf.transport.AbstractConduit
target
 
Fields inherited from class org.apache.cxf.transport.AbstractObservable
incomingObserver
 
Constructor Summary
BackendTcpConduit(org.apache.mina.core.session.IoSession session)
           
 
Method Summary
 void assertMessage(org.apache.cxf.message.Message message)
           
 boolean canAssert(QName type)
           
 void close(org.apache.cxf.message.Message msg)
           
 String getBeanName()
           
protected  Logger getLogger()
           
 void prepare(org.apache.cxf.message.Message message)
           
 
Methods inherited from class org.apache.cxf.transport.AbstractConduit
close, getTarget, toString
 
Methods inherited from class org.apache.cxf.transport.AbstractObservable
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.transport.Observable
getMessageObserver, setMessageObserver
 

Constructor Detail

BackendTcpConduit

public BackendTcpConduit(org.apache.mina.core.session.IoSession session)
Method Detail

getLogger

protected Logger getLogger()
Specified by:
getLogger in class org.apache.cxf.transport.AbstractObservable

getBeanName

public String getBeanName()
Specified by:
getBeanName in interface org.apache.cxf.configuration.Configurable

assertMessage

public void assertMessage(org.apache.cxf.message.Message message)
Specified by:
assertMessage in interface org.apache.cxf.ws.policy.Assertor

canAssert

public boolean canAssert(QName type)
Specified by:
canAssert in interface org.apache.cxf.ws.policy.Assertor

prepare

public void prepare(org.apache.cxf.message.Message message)
             throws IOException
Specified by:
prepare in interface org.apache.cxf.transport.Conduit
Throws:
IOException

close

public void close(org.apache.cxf.message.Message msg)
           throws IOException
Specified by:
close in interface org.apache.cxf.transport.Conduit
Overrides:
close in class org.apache.cxf.transport.AbstractConduit
Throws:
IOException


Apache CXF