|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CorbaTypeMap in org.apache.cxf.binding.corba |
|---|
| Methods in org.apache.cxf.binding.corba that return CorbaTypeMap | |
|---|---|
static CorbaTypeMap |
TypeMapCache.get(org.apache.cxf.service.model.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(org.apache.cxf.service.model.EndpointInfo ei,
OrbConfig config,
CorbaTypeMap tm)
|
|
CorbaServerConduit(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.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,
org.apache.cxf.service.model.InterfaceInfo info,
OperationType opType,
QName opQName,
CorbaTypeMap typeMap,
CorbaDestination destination,
org.apache.cxf.service.model.ServiceInfo service)
|
protected NVList |
CorbaStreamInInterceptor.prepareDIIArgsList(CorbaMessage corbaMsg,
org.apache.cxf.service.model.BindingOperationInfo boi,
CorbaStreamable[] streamables,
List<ParamType> paramTypes,
CorbaTypeMap map,
ORB orb,
org.apache.cxf.service.model.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,
org.apache.cxf.transport.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,
org.apache.cxf.service.model.ServiceInfo sinfo)
|
|
CorbaStreamWriter(ORB orbRef,
CorbaTypeMap map,
org.apache.cxf.service.model.ServiceInfo sinfo)
|
|
CorbaStreamWriter(ORB orbRef,
List<ArgType> paramTypes,
CorbaTypeMap map,
org.apache.cxf.service.model.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,
org.apache.cxf.service.model.ServiceInfo serviceInfo)
|
static void |
CorbaHandlerUtils.initializeArrayHandler(ORB orb,
CorbaObjectHandler obj,
CorbaTypeMap typeMap,
org.apache.cxf.service.model.ServiceInfo serviceInfo,
Map<QName,CorbaObjectHandler> seenTypes)
|
static void |
CorbaHandlerUtils.initializeExceptionHandler(ORB orb,
CorbaObjectHandler obj,
CorbaTypeMap typeMap,
org.apache.cxf.service.model.ServiceInfo serviceInfo,
Map<QName,CorbaObjectHandler> seenTypes)
|
static CorbaObjectHandler |
CorbaHandlerUtils.initializeObjectHandler(ORB orb,
QName name,
QName idlType,
CorbaTypeMap typeMap,
org.apache.cxf.service.model.ServiceInfo serviceInfo)
|
static CorbaObjectHandler |
CorbaHandlerUtils.initializeObjectHandler(ORB orb,
QName name,
QName idlType,
CorbaTypeMap typeMap,
org.apache.cxf.service.model.ServiceInfo serviceInfo,
Map<QName,CorbaObjectHandler> seenTypes)
|
static void |
CorbaHandlerUtils.initializeSequenceHandler(ORB orb,
CorbaObjectHandler obj,
CorbaTypeMap typeMap,
org.apache.cxf.service.model.ServiceInfo serviceInfo,
Map<QName,CorbaObjectHandler> seenTypes)
|
static void |
CorbaHandlerUtils.initializeStructHandler(ORB orb,
CorbaObjectHandler obj,
CorbaTypeMap typeMap,
org.apache.cxf.service.model.ServiceInfo serviceInfo,
Map<QName,CorbaObjectHandler> seenTypes)
|
static void |
CorbaHandlerUtils.initializeUnionHandler(ORB orb,
CorbaObjectHandler obj,
CorbaTypeMap typeMap,
org.apache.cxf.service.model.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,
org.apache.cxf.service.model.ServiceInfo info)
|
|
CorbaArrayListener(CorbaObjectHandler handler,
CorbaTypeMap map,
ORB orbRef,
org.apache.cxf.service.model.ServiceInfo sInfo)
|
|
CorbaExceptionListener(CorbaObjectHandler handler,
CorbaTypeMap map,
ORB orbRef,
org.apache.cxf.service.model.ServiceInfo serviceInfo)
|
|
CorbaSequenceListener(CorbaObjectHandler handler,
CorbaTypeMap map,
ORB orbRef,
org.apache.cxf.service.model.ServiceInfo sInfo)
|
|
CorbaStructListener(CorbaObjectHandler handler,
CorbaTypeMap map,
ORB orbRef,
org.apache.cxf.service.model.ServiceInfo sInfo)
|
|
CorbaUnionListener(CorbaObjectHandler handler,
CorbaTypeMap tm,
ORB oorb,
org.apache.cxf.service.model.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 CorbaTypeImpl |
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||