org.apache.cxf.binding.corba
Class CorbaServerConduit
java.lang.Object
org.apache.cxf.binding.corba.CorbaServerConduit
- All Implemented Interfaces:
- org.apache.cxf.transport.Conduit, org.apache.cxf.transport.Observable
public class CorbaServerConduit
- extends Object
- implements org.apache.cxf.transport.Conduit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CorbaServerConduit
public CorbaServerConduit(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType ref,
Object targetObj,
ORB o,
OrbConfig config,
CorbaTypeMap map)
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 message)
throws IOException
- Specified by:
close in interface org.apache.cxf.transport.Conduit
- Throws:
IOException
getTarget
public org.apache.cxf.ws.addressing.EndpointReferenceType getTarget()
- Specified by:
getTarget in interface org.apache.cxf.transport.Conduit
getBackChannel
public org.apache.cxf.transport.Destination getBackChannel()
- Specified by:
getBackChannel in interface org.apache.cxf.transport.Conduit
close
public void close()
- Specified by:
close in interface org.apache.cxf.transport.Conduit
setMessageObserver
public void setMessageObserver(org.apache.cxf.transport.MessageObserver observer)
- Specified by:
setMessageObserver in interface org.apache.cxf.transport.Observable
getTargetReference
public final org.apache.cxf.ws.addressing.EndpointReferenceType getTargetReference(org.apache.cxf.ws.addressing.EndpointReferenceType t)
getAddress
public final String getAddress()
buildRequestResult
public void buildRequestResult(CorbaMessage msg)
Apache CXF