Uses of Interface
org.apache.cxf.binding.corba.CorbaStreamable
-
-
Uses of CorbaStreamable in org.apache.cxf.binding.corba
Methods in org.apache.cxf.binding.corba that return CorbaStreamable Modifier and Type Method Description CorbaStreamableCorbaMessage. createStreamableObject(CorbaObjectHandler obj, QName elName)CorbaStreamable[]CorbaMessage. getStreamableArguments()CorbaStreamableCorbaMessage. getStreamableException()CorbaStreamableCorbaMessage. getStreamableReturn()Methods in org.apache.cxf.binding.corba with parameters of type CorbaStreamable Modifier and Type Method Description voidCorbaMessage. addStreamableArgument(CorbaStreamable arg)voidCorbaMessage. setStreamableArguments(CorbaStreamable[] data)voidCorbaMessage. setStreamableException(CorbaStreamable ex)voidCorbaMessage. setStreamableReturn(CorbaStreamable data) -
Uses of CorbaStreamable in org.apache.cxf.binding.corba.interceptors
Methods in org.apache.cxf.binding.corba.interceptors with parameters of type CorbaStreamable Modifier and Type Method Description protected org.omg.CORBA.NVListCorbaStreamInInterceptor. prepareDIIArgsList(CorbaMessage corbaMsg, BindingOperationInfo boi, CorbaStreamable[] streamables, List<ParamType> paramTypes, CorbaTypeMap map, org.omg.CORBA.ORB orb, ServiceInfo service) -
Uses of CorbaStreamable in org.apache.cxf.binding.corba.runtime
Classes in org.apache.cxf.binding.corba.runtime that implement CorbaStreamable Modifier and Type Class Description classCorbaStreamableImpl -
Uses of CorbaStreamable in org.apache.cxf.binding.corba.types
Methods in org.apache.cxf.binding.corba.types with parameters of type CorbaStreamable Modifier and Type Method Description voidCorbaObjectHandler. setIntoAny(org.omg.CORBA.Any value, CorbaStreamable stream, boolean output)voidCorbaPrimitiveHandler. setIntoAny(org.omg.CORBA.Any val, CorbaStreamable stream, boolean output) -
Uses of CorbaStreamable in org.apache.cxf.binding.corba.utils
Methods in org.apache.cxf.binding.corba.utils with parameters of type CorbaStreamable Modifier and Type Method Description static org.omg.CORBA.NVListCorbaUtils. nvListFromStreamables(org.omg.CORBA.ORB orb, CorbaStreamable[] streamables)
-