| Modifier and Type | Method and Description |
|---|---|
static CorbaTypeMap |
TypeMapCache.get(ServiceInfo service) |
CorbaTypeMap |
CorbaDestination.getCorbaTypeMap() |
CorbaTypeMap |
CorbaMessage.getCorbaTypeMap() |
| Modifier and Type | Method and Description |
|---|---|
Map<TypeCode,RaisesType> |
CorbaConduit.getOperationExceptions(OperationType operation,
CorbaTypeMap map) |
void |
CorbaMessage.setCorbaTypeMap(CorbaTypeMap typeMap) |
| Constructor and Description |
|---|
CorbaDestination(EndpointInfo ei,
OrbConfig config,
CorbaTypeMap tm) |
CorbaServerConduit(EndpointInfo ei,
EndpointReferenceType ref,
Object targetObj,
ORB o,
OrbConfig config,
CorbaTypeMap map) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
protected CorbaTypeMap |
CorbaStreamWriter.typeMap |
| Modifier and Type | Method and Description |
|---|---|
void |
CorbaDSIServant.init(ORB theOrb,
POA poa,
CorbaDestination dest,
MessageObserver observer,
CorbaTypeMap map) |
void |
CorbaDSIServant.setCorbaTypeMap(CorbaTypeMap map) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
CorbaTypeMap |
CorbaAnyHandler.getTypeMap() |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static CorbaTypeMap |
CorbaUtils.createCorbaTypeMap(List<TypeMappingType> tmTypes) |
| Modifier and Type | Method and Description |
|---|---|
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