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