Apache CXF API

Uses of Class
org.apache.cxf.binding.corba.CorbaTypeMap

Packages that use CorbaTypeMap
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 CorbaTypeMap in org.apache.cxf.binding.corba
 

Methods in org.apache.cxf.binding.corba that return CorbaTypeMap
static CorbaTypeMap TypeMapCache.get(ServiceInfo service)
           
 CorbaTypeMap CorbaDestination.getCorbaTypeMap()
           
 CorbaTypeMap CorbaMessage.getCorbaTypeMap()
           
 

Methods in org.apache.cxf.binding.corba with parameters of type CorbaTypeMap
 Map<TypeCode,RaisesType> CorbaConduit.getOperationExceptions(OperationType operation, CorbaTypeMap map)
           
 void CorbaMessage.setCorbaTypeMap(CorbaTypeMap typeMap)
           
 

Constructors in org.apache.cxf.binding.corba with parameters of type CorbaTypeMap
CorbaDestination(EndpointInfo ei, OrbConfig config, CorbaTypeMap tm)
           
CorbaServerConduit(EndpointInfo ei, EndpointReferenceType ref, Object targetObj, ORB o, OrbConfig config, CorbaTypeMap map)
           
 

Uses of CorbaTypeMap in org.apache.cxf.binding.corba.interceptors
 

Methods in org.apache.cxf.binding.corba.interceptors with parameters of type CorbaTypeMap
protected  NVList CorbaStreamInInterceptor.prepareArguments(CorbaMessage corbaMsg, InterfaceInfo info, OperationType opType, QName opQName, CorbaTypeMap typeMap, CorbaDestination destination, ServiceInfo service)
           
protected  NVList CorbaStreamInInterceptor.prepareDIIArgsList(CorbaMessage corbaMsg, BindingOperationInfo boi, CorbaStreamable[] streamables, List<ParamType> paramTypes, CorbaTypeMap map, ORB orb, ServiceInfo service)
           
 

Uses of CorbaTypeMap in org.apache.cxf.binding.corba.runtime
 

Fields in org.apache.cxf.binding.corba.runtime declared as CorbaTypeMap
protected  CorbaTypeMap CorbaStreamWriter.typeMap
           
 

Methods in org.apache.cxf.binding.corba.runtime with parameters of type CorbaTypeMap
 void CorbaDSIServant.init(ORB theOrb, POA poa, CorbaDestination dest, MessageObserver observer, CorbaTypeMap map)
           
 void CorbaDSIServant.setCorbaTypeMap(CorbaTypeMap map)
           
 

Constructors in org.apache.cxf.binding.corba.runtime with parameters of type CorbaTypeMap
CorbaFaultStreamWriter(ORB orbRef, RaisesType raisesType, CorbaTypeMap map, ServiceInfo sinfo)
           
CorbaStreamWriter(ORB orbRef, CorbaTypeMap map, ServiceInfo sinfo)
           
CorbaStreamWriter(ORB orbRef, List<ArgType> paramTypes, CorbaTypeMap map, ServiceInfo sinfo, boolean wrap)
           
 

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

Methods in org.apache.cxf.binding.corba.types that return CorbaTypeMap
 CorbaTypeMap CorbaAnyHandler.getTypeMap()
           
 

Methods in org.apache.cxf.binding.corba.types with parameters of type CorbaTypeMap
static CorbaObjectHandler CorbaHandlerUtils.createTypeHandler(ORB orb, QName name, QName idlType, CorbaTypeMap typeMap)
           
static CorbaTypeListener CorbaHandlerUtils.getTypeListener(QName name, QName idlType, CorbaTypeMap typeMap, ORB orb, ServiceInfo serviceInfo)
           
static void CorbaHandlerUtils.initializeArrayHandler(ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
           
static void CorbaHandlerUtils.initializeExceptionHandler(ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
           
static CorbaObjectHandler CorbaHandlerUtils.initializeObjectHandler(ORB orb, QName name, QName idlType, CorbaTypeMap typeMap, ServiceInfo serviceInfo)
           
static CorbaObjectHandler CorbaHandlerUtils.initializeObjectHandler(ORB orb, QName name, QName idlType, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
           
static void CorbaHandlerUtils.initializeSequenceHandler(ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
           
static void CorbaHandlerUtils.initializeStructHandler(ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
           
static void CorbaHandlerUtils.initializeUnionHandler(ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
           
 void CorbaAnyHandler.setTypeMap(CorbaTypeMap tm)
           
 

Constructors in org.apache.cxf.binding.corba.types with parameters of type CorbaTypeMap
CorbaAnyListener(CorbaObjectHandler h, CorbaTypeMap map, ORB orbRef, ServiceInfo info)
           
CorbaArrayListener(CorbaObjectHandler handler, CorbaTypeMap map, ORB orbRef, ServiceInfo sInfo)
           
CorbaExceptionListener(CorbaObjectHandler handler, CorbaTypeMap map, ORB orbRef, ServiceInfo serviceInfo)
           
CorbaSequenceListener(CorbaObjectHandler handler, CorbaTypeMap map, ORB orbRef, ServiceInfo sInfo)
           
CorbaStructListener(CorbaObjectHandler handler, CorbaTypeMap map, ORB orbRef, ServiceInfo sInfo)
           
CorbaUnionListener(CorbaObjectHandler handler, CorbaTypeMap tm, ORB oorb, ServiceInfo sInfo)
           
 

Uses of CorbaTypeMap in org.apache.cxf.binding.corba.utils
 

Methods in org.apache.cxf.binding.corba.utils that return CorbaTypeMap
static CorbaTypeMap CorbaUtils.createCorbaTypeMap(List<TypeMappingType> tmTypes)
           
 

Methods in org.apache.cxf.binding.corba.utils with parameters of type CorbaTypeMap
static TypeCode CorbaUtils.getComplexTypeCode(ORB orb, QName type, Object obj, CorbaTypeMap typeMap, Stack<QName> seenTypes)
           
static CorbaType CorbaUtils.getCorbaType(QName idlType, CorbaTypeMap typeMap)
           
static TypeCode CorbaUtils.getTypeCode(ORB orb, QName type, CorbaType obj, CorbaTypeMap typeMap)
           
static TypeCode CorbaUtils.getTypeCode(ORB orb, QName type, CorbaType obj, CorbaTypeMap typeMap, Stack<QName> seenTypes)
           
static TypeCode CorbaUtils.getTypeCode(ORB orb, QName type, CorbaTypeMap typeMap)
           
static TypeCode CorbaUtils.getTypeCode(ORB orb, QName type, CorbaTypeMap typeMap, Stack<QName> seenTypes)
           
static TypeCode CorbaUtils.getUnionTypeCode(ORB orb, Object obj, CorbaTypeMap typeMap, Stack<QName> seenTypes)
           
 


Apache CXF API

Apache CXF