|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.binding.corba.CorbaConduit
public class CorbaConduit
Constructor Summary | |
---|---|
CorbaConduit(EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType ref,
OrbConfig config)
|
Method Summary | |
---|---|
void |
buildRequest(CorbaMessage message,
org.apache.cxf.binding.corba.wsdl.OperationType opType)
|
void |
close()
Close the conduit |
void |
close(Message message)
Close the connections associated with the message |
protected void |
finalize()
|
java.lang.String |
getAddress()
|
org.omg.CORBA.NVList |
getArguments(CorbaMessage message)
|
Destination |
getBackChannel()
Retreive the back-channel Destination. |
org.omg.CORBA.ExceptionList |
getExceptionList(java.util.Map<org.omg.CORBA.TypeCode,org.apache.cxf.binding.corba.wsdl.RaisesType> exceptions,
CorbaMessage message,
org.apache.cxf.binding.corba.wsdl.OperationType opType)
|
java.util.Map<org.omg.CORBA.TypeCode,org.apache.cxf.binding.corba.wsdl.RaisesType> |
getOperationExceptions(org.apache.cxf.binding.corba.wsdl.OperationType operation,
CorbaTypeMap map)
|
OrbConfig |
getOrbConfig()
|
org.omg.CORBA.Request |
getRequest(CorbaMessage message,
java.lang.String opName,
org.omg.CORBA.NVList nvlist,
org.omg.CORBA.NamedValue ret,
org.omg.CORBA.ExceptionList exList)
|
org.omg.CORBA.NamedValue |
getReturn(CorbaMessage message)
|
org.apache.cxf.ws.addressing.EndpointReferenceType |
getTarget()
|
org.apache.cxf.ws.addressing.EndpointReferenceType |
getTargetReference(org.apache.cxf.ws.addressing.EndpointReferenceType t)
|
void |
prepare(Message message)
Prepare the message for sending. |
void |
prepareOrb()
|
void |
setMessageObserver(MessageObserver observer)
Register a message observer for incoming messages. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CorbaConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType ref, OrbConfig config)
Method Detail |
---|
public OrbConfig getOrbConfig()
public void prepareOrb()
public void prepare(Message message) throws java.io.IOException
Conduit
prepare
in interface Conduit
message
- the message to be sent.
java.io.IOException
public void close(Message message) throws java.io.IOException
Conduit
close
in interface Conduit
java.io.IOException
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public org.apache.cxf.ws.addressing.EndpointReferenceType getTarget()
getTarget
in interface Conduit
public Destination getBackChannel()
Conduit
getBackChannel
in interface Conduit
public void close()
Conduit
close
in interface Conduit
public void setMessageObserver(MessageObserver observer)
Observable
setMessageObserver
in interface Observable
observer
- the observer to notify on receipt of incomingpublic final org.apache.cxf.ws.addressing.EndpointReferenceType getTargetReference(org.apache.cxf.ws.addressing.EndpointReferenceType t)
public final java.lang.String getAddress()
public void buildRequest(CorbaMessage message, org.apache.cxf.binding.corba.wsdl.OperationType opType) throws java.lang.Exception
java.lang.Exception
public org.omg.CORBA.NVList getArguments(CorbaMessage message)
public org.omg.CORBA.NamedValue getReturn(CorbaMessage message)
public org.omg.CORBA.ExceptionList getExceptionList(java.util.Map<org.omg.CORBA.TypeCode,org.apache.cxf.binding.corba.wsdl.RaisesType> exceptions, CorbaMessage message, org.apache.cxf.binding.corba.wsdl.OperationType opType)
public org.omg.CORBA.Request getRequest(CorbaMessage message, java.lang.String opName, org.omg.CORBA.NVList nvlist, org.omg.CORBA.NamedValue ret, org.omg.CORBA.ExceptionList exList) throws java.lang.Exception
java.lang.Exception
public java.util.Map<org.omg.CORBA.TypeCode,org.apache.cxf.binding.corba.wsdl.RaisesType> getOperationExceptions(org.apache.cxf.binding.corba.wsdl.OperationType operation, CorbaTypeMap map)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |