|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CorbaMessage | |
---|---|
org.apache.cxf.binding.corba | |
org.apache.cxf.binding.corba.interceptors | |
org.apache.cxf.binding.corba.types | |
org.apache.cxf.binding.corba.utils |
Uses of CorbaMessage in org.apache.cxf.binding.corba |
---|
Methods in org.apache.cxf.binding.corba with parameters of type CorbaMessage | |
---|---|
void |
CorbaConduit.buildRequest(CorbaMessage message,
org.apache.cxf.binding.corba.wsdl.OperationType opType)
|
void |
CorbaServerConduit.buildRequestResult(CorbaMessage msg)
|
org.omg.CORBA.NVList |
CorbaConduit.getArguments(CorbaMessage message)
|
org.omg.CORBA.ExceptionList |
CorbaConduit.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)
|
org.omg.CORBA.Request |
CorbaConduit.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 |
CorbaConduit.getReturn(CorbaMessage message)
|
Uses of CorbaMessage in org.apache.cxf.binding.corba.interceptors |
---|
Methods in org.apache.cxf.binding.corba.interceptors with parameters of type CorbaMessage | |
---|---|
protected DataReader<javax.xml.stream.XMLStreamReader> |
CorbaStreamFaultInInterceptor.getDataReader(CorbaMessage message)
|
protected DataWriter<javax.xml.stream.XMLStreamWriter> |
CorbaStreamFaultOutInterceptor.getDataWriter(CorbaMessage message)
|
protected org.omg.CORBA.NVList |
CorbaStreamInInterceptor.prepareArguments(CorbaMessage corbaMsg,
InterfaceInfo info,
org.apache.cxf.binding.corba.wsdl.OperationType opType,
javax.xml.namespace.QName opQName,
CorbaTypeMap typeMap,
CorbaDestination destination,
ServiceInfo service)
|
protected org.omg.CORBA.NVList |
CorbaStreamInInterceptor.prepareDIIArgsList(CorbaMessage corbaMsg,
BindingOperationInfo boi,
CorbaStreamable[] streamables,
java.util.List<org.apache.cxf.binding.corba.wsdl.ParamType> paramTypes,
CorbaTypeMap map,
org.omg.CORBA.ORB orb,
ServiceInfo service)
|
protected void |
CorbaStreamFaultOutInterceptor.setSystemException(CorbaMessage message,
java.lang.Throwable ex,
CorbaDestination dest)
|
protected void |
CorbaStreamFaultOutInterceptor.setUserException(CorbaMessage message,
java.lang.Throwable ex,
org.apache.cxf.binding.corba.wsdl.RaisesType exType,
OperationInfo opInfo,
DataWriter<javax.xml.stream.XMLStreamWriter> writer,
ServiceInfo service)
|
protected void |
CorbaStreamFaultOutInterceptor.setUserExceptionFromFaultDetail(CorbaMessage message,
org.w3c.dom.Element faultDetail,
org.apache.cxf.binding.corba.wsdl.RaisesType exType,
OperationInfo opInfo,
DataWriter<javax.xml.stream.XMLStreamWriter> writer,
ServiceInfo service)
|
Uses of CorbaMessage in org.apache.cxf.binding.corba.types |
---|
Constructors in org.apache.cxf.binding.corba.types with parameters of type CorbaMessage | |
---|---|
HandlerIterator(CorbaMessage msg,
boolean server)
|
Uses of CorbaMessage in org.apache.cxf.binding.corba.utils |
---|
Methods in org.apache.cxf.binding.corba.utils with parameters of type CorbaMessage | |
---|---|
static DataReader<javax.xml.stream.XMLEventReader> |
ContextUtils.getDataReader(CorbaMessage message)
|
static DataWriter<javax.xml.stream.XMLEventWriter> |
ContextUtils.getDataWriter(CorbaMessage message)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |