Uses of Class
org.apache.cxf.binding.corba.CorbaTypeMap
-
-
Uses of CorbaTypeMap in org.apache.cxf.binding.corba
Methods in org.apache.cxf.binding.corba that return CorbaTypeMap Modifier and Type Method Description static CorbaTypeMapTypeMapCache. get(ServiceInfo service)CorbaTypeMapCorbaDestination. getCorbaTypeMap()CorbaTypeMapCorbaMessage. getCorbaTypeMap()Methods in org.apache.cxf.binding.corba with parameters of type CorbaTypeMap Modifier and Type Method Description Map<org.omg.CORBA.TypeCode,RaisesType>CorbaConduit. getOperationExceptions(OperationType operation, CorbaTypeMap map)voidCorbaMessage. setCorbaTypeMap(CorbaTypeMap typeMap)Constructors in org.apache.cxf.binding.corba with parameters of type CorbaTypeMap Constructor Description CorbaDestination(EndpointInfo ei, OrbConfig config, CorbaTypeMap tm)CorbaServerConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.omg.CORBA.Object targetObj, org.omg.CORBA.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 Modifier and Type Method Description protected org.omg.CORBA.NVListCorbaStreamInInterceptor. prepareArguments(CorbaMessage corbaMsg, InterfaceInfo info, OperationType opType, QName opQName, CorbaTypeMap typeMap, CorbaDestination destination, ServiceInfo service)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 CorbaTypeMap in org.apache.cxf.binding.corba.runtime
Fields in org.apache.cxf.binding.corba.runtime declared as CorbaTypeMap Modifier and Type Field Description protected CorbaTypeMapCorbaStreamWriter. typeMapMethods in org.apache.cxf.binding.corba.runtime with parameters of type CorbaTypeMap Modifier and Type Method Description voidCorbaDSIServant. init(org.omg.CORBA.ORB theOrb, org.omg.PortableServer.POA poa, CorbaDestination dest, MessageObserver observer, CorbaTypeMap map)voidCorbaDSIServant. setCorbaTypeMap(CorbaTypeMap map)Constructors in org.apache.cxf.binding.corba.runtime with parameters of type CorbaTypeMap Constructor Description CorbaFaultStreamWriter(org.omg.CORBA.ORB orbRef, RaisesType raisesType, CorbaTypeMap map, ServiceInfo sinfo)CorbaStreamWriter(org.omg.CORBA.ORB orbRef, List<ArgType> paramTypes, CorbaTypeMap map, ServiceInfo sinfo, boolean wrap)CorbaStreamWriter(org.omg.CORBA.ORB orbRef, CorbaTypeMap map, ServiceInfo sinfo) -
Uses of CorbaTypeMap in org.apache.cxf.binding.corba.types
Methods in org.apache.cxf.binding.corba.types that return CorbaTypeMap Modifier and Type Method Description CorbaTypeMapCorbaAnyHandler. getTypeMap()Methods in org.apache.cxf.binding.corba.types with parameters of type CorbaTypeMap Modifier and Type Method Description static CorbaObjectHandlerCorbaHandlerUtils. createTypeHandler(org.omg.CORBA.ORB orb, QName name, QName idlType, CorbaTypeMap typeMap)static CorbaTypeListenerCorbaHandlerUtils. getTypeListener(QName name, QName idlType, CorbaTypeMap typeMap, org.omg.CORBA.ORB orb, ServiceInfo serviceInfo)static voidCorbaHandlerUtils. initializeArrayHandler(org.omg.CORBA.ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)static voidCorbaHandlerUtils. initializeExceptionHandler(org.omg.CORBA.ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)static CorbaObjectHandlerCorbaHandlerUtils. initializeObjectHandler(org.omg.CORBA.ORB orb, QName name, QName idlType, CorbaTypeMap typeMap, ServiceInfo serviceInfo)static CorbaObjectHandlerCorbaHandlerUtils. initializeObjectHandler(org.omg.CORBA.ORB orb, QName name, QName idlType, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)static voidCorbaHandlerUtils. initializeSequenceHandler(org.omg.CORBA.ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)static voidCorbaHandlerUtils. initializeStructHandler(org.omg.CORBA.ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)static voidCorbaHandlerUtils. initializeUnionHandler(org.omg.CORBA.ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)voidCorbaAnyHandler. setTypeMap(CorbaTypeMap tm)Constructors in org.apache.cxf.binding.corba.types with parameters of type CorbaTypeMap Constructor Description CorbaAnyListener(CorbaObjectHandler h, CorbaTypeMap map, org.omg.CORBA.ORB orbRef, ServiceInfo info)CorbaArrayListener(CorbaObjectHandler handler, CorbaTypeMap map, org.omg.CORBA.ORB orbRef, ServiceInfo sInfo)CorbaExceptionListener(CorbaObjectHandler handler, CorbaTypeMap map, org.omg.CORBA.ORB orbRef, ServiceInfo serviceInfo)CorbaSequenceListener(CorbaObjectHandler handler, CorbaTypeMap map, org.omg.CORBA.ORB orbRef, ServiceInfo sInfo)CorbaStructListener(CorbaObjectHandler handler, CorbaTypeMap map, org.omg.CORBA.ORB orbRef, ServiceInfo sInfo)CorbaUnionListener(CorbaObjectHandler handler, CorbaTypeMap tm, org.omg.CORBA.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 Modifier and Type Method Description static CorbaTypeMapCorbaUtils. createCorbaTypeMap(List<TypeMappingType> tmTypes)Methods in org.apache.cxf.binding.corba.utils with parameters of type CorbaTypeMap Modifier and Type Method Description static org.omg.CORBA.TypeCodeCorbaUtils. getComplexTypeCode(org.omg.CORBA.ORB orb, QName type, Object obj, CorbaTypeMap typeMap, Stack<QName> seenTypes)static CorbaTypeCorbaUtils. getCorbaType(QName idlType, CorbaTypeMap typeMap)static org.omg.CORBA.TypeCodeCorbaUtils. getTypeCode(org.omg.CORBA.ORB orb, QName type, CorbaTypeMap typeMap)static org.omg.CORBA.TypeCodeCorbaUtils. getTypeCode(org.omg.CORBA.ORB orb, QName type, CorbaTypeMap typeMap, Stack<QName> seenTypes)static org.omg.CORBA.TypeCodeCorbaUtils. getTypeCode(org.omg.CORBA.ORB orb, QName type, CorbaType obj, CorbaTypeMap typeMap)static org.omg.CORBA.TypeCodeCorbaUtils. getTypeCode(org.omg.CORBA.ORB orb, QName type, CorbaType obj, CorbaTypeMap typeMap, Stack<QName> seenTypes)static org.omg.CORBA.TypeCodeCorbaUtils. getUnionTypeCode(org.omg.CORBA.ORB orb, Object obj, CorbaTypeMap typeMap, Stack<QName> seenTypes)
-