public class CorbaConduit extends Object implements org.apache.cxf.transport.Conduit
| Constructor and Description |
|---|
CorbaConduit(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType ref,
OrbConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildRequest(CorbaMessage message,
OperationType opType) |
void |
close() |
void |
close(org.apache.cxf.message.Message message) |
String |
getAddress() |
NVList |
getArguments(CorbaMessage message) |
ExceptionList |
getExceptionList(Map<TypeCode,RaisesType> exceptions,
CorbaMessage message,
OperationType opType) |
org.apache.cxf.transport.MessageObserver |
getMessageObserver() |
Map<TypeCode,RaisesType> |
getOperationExceptions(OperationType operation,
CorbaTypeMap map) |
OrbConfig |
getOrbConfig() |
Request |
getRequest(CorbaMessage message,
String opName,
NVList nvlist,
NamedValue ret,
ExceptionList exList) |
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(org.apache.cxf.message.Message message) |
void |
prepareOrb() |
void |
setMessageObserver(org.apache.cxf.transport.MessageObserver observer) |
public CorbaConduit(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType ref,
OrbConfig config)
public OrbConfig getOrbConfig()
public void prepareOrb()
public void prepare(org.apache.cxf.message.Message message)
throws IOException
prepare in interface org.apache.cxf.transport.ConduitIOExceptionpublic void close(org.apache.cxf.message.Message message)
throws IOException
close in interface org.apache.cxf.transport.ConduitIOExceptionpublic org.apache.cxf.ws.addressing.EndpointReferenceType getTarget()
getTarget in interface org.apache.cxf.transport.Conduitpublic void close()
close in interface org.apache.cxf.transport.Conduitpublic void setMessageObserver(org.apache.cxf.transport.MessageObserver observer)
setMessageObserver in interface org.apache.cxf.transport.Observablepublic final org.apache.cxf.ws.addressing.EndpointReferenceType getTargetReference(org.apache.cxf.ws.addressing.EndpointReferenceType t)
public final String getAddress()
public void buildRequest(CorbaMessage message, OperationType opType) throws Exception
Exceptionpublic NVList getArguments(CorbaMessage message)
public NamedValue getReturn(CorbaMessage message)
public ExceptionList getExceptionList(Map<TypeCode,RaisesType> exceptions, CorbaMessage message, OperationType opType)
public Request getRequest(CorbaMessage message, String opName, NVList nvlist, NamedValue ret, ExceptionList exList) throws Exception
Exceptionpublic Map<TypeCode,RaisesType> getOperationExceptions(OperationType operation, CorbaTypeMap map)
public org.apache.cxf.transport.MessageObserver getMessageObserver()
getMessageObserver in interface org.apache.cxf.transport.ObservableApache CXF