org.apache.cxf.jbi.transport
Class JBIConduit

java.lang.Object
  extended by org.apache.cxf.transport.AbstractConduit
      extended by org.apache.cxf.jbi.transport.JBIConduit
All Implemented Interfaces:
org.apache.cxf.transport.Conduit, org.apache.cxf.transport.Observable

public class JBIConduit
extends org.apache.cxf.transport.AbstractConduit


Field Summary
 
Fields inherited from class org.apache.cxf.transport.AbstractConduit
incomingObserver, target
 
Constructor Summary
JBIConduit(org.apache.cxf.ws.addressing.EndpointReferenceType target, javax.jbi.messaging.DeliveryChannel dc)
           
 
Method Summary
protected  java.util.logging.Logger getLogger()
           
 void send(org.apache.cxf.message.Message message)
           
 
Methods inherited from class org.apache.cxf.transport.AbstractConduit
close, close, getBackChannel, getMessageObserver, getTarget, setMessageObserver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBIConduit

public JBIConduit(org.apache.cxf.ws.addressing.EndpointReferenceType target,
                  javax.jbi.messaging.DeliveryChannel dc)
Method Detail

getLogger

protected java.util.logging.Logger getLogger()
Specified by:
getLogger in class org.apache.cxf.transport.AbstractConduit

send

public void send(org.apache.cxf.message.Message message)
          throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.