Uses of Interface
org.apache.cxf.binding.corba.CorbaStreamable
Packages that use CorbaStreamable
Package
Description
-
Uses of CorbaStreamable in org.apache.cxf.binding.corba
Methods in org.apache.cxf.binding.corba that return CorbaStreamableModifier and TypeMethodDescriptionCorbaMessage.createStreamableObject(CorbaObjectHandler obj, QName elName) CorbaMessage.getStreamableArguments()CorbaMessage.getStreamableException()CorbaMessage.getStreamableReturn()Methods in org.apache.cxf.binding.corba with parameters of type CorbaStreamableModifier and TypeMethodDescriptionfinal voidCorbaMessage.addStreamableArgument(CorbaStreamable arg) final 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 CorbaStreamableModifier and TypeMethodDescriptionprotected 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 -
Uses of CorbaStreamable in org.apache.cxf.binding.corba.types
Methods in org.apache.cxf.binding.corba.types with parameters of type CorbaStreamableModifier and TypeMethodDescriptionvoidCorbaObjectHandler.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 CorbaStreamableModifier and TypeMethodDescriptionstatic org.omg.CORBA.NVListCorbaUtils.nvListFromStreamables(org.omg.CORBA.ORB orb, CorbaStreamable[] streamables)