Apache CXF API

Uses of Interface
org.apache.cxf.binding.corba.CorbaStreamable

Packages that use CorbaStreamable
org.apache.cxf.binding.corba   
org.apache.cxf.binding.corba.interceptors   
org.apache.cxf.binding.corba.runtime   
org.apache.cxf.binding.corba.types   
org.apache.cxf.binding.corba.utils   
 

Uses of CorbaStreamable in org.apache.cxf.binding.corba
 

Methods in org.apache.cxf.binding.corba that return CorbaStreamable
 CorbaStreamable CorbaMessage.createStreamableObject(CorbaObjectHandler obj, QName elName)
           
 CorbaStreamable[] CorbaMessage.getStreamableArguments()
           
 CorbaStreamable CorbaMessage.getStreamableException()
           
 CorbaStreamable CorbaMessage.getStreamableReturn()
           
 

Methods in org.apache.cxf.binding.corba with parameters of type CorbaStreamable
 void CorbaMessage.addStreamableArgument(CorbaStreamable arg)
           
 void CorbaMessage.setStreamableArguments(CorbaStreamable[] data)
           
 void CorbaMessage.setStreamableException(CorbaStreamable ex)
           
 void CorbaMessage.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
protected  NVList CorbaStreamInInterceptor.prepareDIIArgsList(CorbaMessage corbaMsg, BindingOperationInfo boi, CorbaStreamable[] streamables, List<ParamType> paramTypes, CorbaTypeMap map, 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
 class CorbaStreamableImpl
           
 

Uses of CorbaStreamable in org.apache.cxf.binding.corba.types
 

Methods in org.apache.cxf.binding.corba.types with parameters of type CorbaStreamable
 void CorbaPrimitiveHandler.setIntoAny(Any val, CorbaStreamable stream, boolean output)
           
 void CorbaObjectHandler.setIntoAny(Any value, 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
static NVList CorbaUtils.nvListFromStreamables(ORB orb, CorbaStreamable[] streamables)
           
 


Apache CXF API

Apache CXF