|
||||||||||
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(ServiceInfo service)
|
CorbaTypeMap |
CorbaMessage.getCorbaTypeMap()
|
CorbaTypeMap |
CorbaDestination.getCorbaTypeMap()
|
Methods in org.apache.cxf.binding.corba with parameters of type CorbaTypeMap | |
---|---|
java.util.Map<org.omg.CORBA.TypeCode,org.apache.cxf.binding.corba.wsdl.RaisesType> |
CorbaConduit.getOperationExceptions(org.apache.cxf.binding.corba.wsdl.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,
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 | |
---|---|
protected org.omg.CORBA.NVList |
CorbaStreamInInterceptor.prepareArguments(CorbaMessage corbaMsg,
InterfaceInfo info,
org.apache.cxf.binding.corba.wsdl.OperationType opType,
javax.xml.namespace.QName opQName,
CorbaTypeMap typeMap,
CorbaDestination destination,
ServiceInfo service)
|
protected org.omg.CORBA.NVList |
CorbaStreamInInterceptor.prepareDIIArgsList(CorbaMessage corbaMsg,
BindingOperationInfo boi,
CorbaStreamable[] streamables,
java.util.List<org.apache.cxf.binding.corba.wsdl.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 | |
---|---|
protected CorbaTypeMap |
CorbaStreamWriter.typeMap
|
Methods in org.apache.cxf.binding.corba.runtime with parameters of type CorbaTypeMap | |
---|---|
void |
CorbaDSIServant.init(org.omg.CORBA.ORB theOrb,
org.omg.PortableServer.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(org.omg.CORBA.ORB orbRef,
org.apache.cxf.binding.corba.wsdl.RaisesType raisesType,
CorbaTypeMap map,
ServiceInfo sinfo)
|
|
CorbaStreamWriter(org.omg.CORBA.ORB orbRef,
CorbaTypeMap map,
ServiceInfo sinfo)
|
|
CorbaStreamWriter(org.omg.CORBA.ORB orbRef,
java.util.List<org.apache.cxf.binding.corba.wsdl.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(org.omg.CORBA.ORB orb,
javax.xml.namespace.QName name,
javax.xml.namespace.QName idlType,
CorbaTypeMap typeMap)
|
static CorbaTypeListener |
CorbaHandlerUtils.getTypeListener(javax.xml.namespace.QName name,
javax.xml.namespace.QName idlType,
CorbaTypeMap typeMap,
org.omg.CORBA.ORB orb,
ServiceInfo serviceInfo)
|
static void |
CorbaHandlerUtils.initializeArrayHandler(org.omg.CORBA.ORB orb,
CorbaObjectHandler obj,
CorbaTypeMap typeMap,
ServiceInfo serviceInfo,
java.util.Map<javax.xml.namespace.QName,CorbaObjectHandler> seenTypes)
|
static void |
CorbaHandlerUtils.initializeExceptionHandler(org.omg.CORBA.ORB orb,
CorbaObjectHandler obj,
CorbaTypeMap typeMap,
ServiceInfo serviceInfo,
java.util.Map<javax.xml.namespace.QName,CorbaObjectHandler> seenTypes)
|
static CorbaObjectHandler |
CorbaHandlerUtils.initializeObjectHandler(org.omg.CORBA.ORB orb,
javax.xml.namespace.QName name,
javax.xml.namespace.QName idlType,
CorbaTypeMap typeMap,
ServiceInfo serviceInfo)
|
static CorbaObjectHandler |
CorbaHandlerUtils.initializeObjectHandler(org.omg.CORBA.ORB orb,
javax.xml.namespace.QName name,
javax.xml.namespace.QName idlType,
CorbaTypeMap typeMap,
ServiceInfo serviceInfo,
java.util.Map<javax.xml.namespace.QName,CorbaObjectHandler> seenTypes)
|
static void |
CorbaHandlerUtils.initializeSequenceHandler(org.omg.CORBA.ORB orb,
CorbaObjectHandler obj,
CorbaTypeMap typeMap,
ServiceInfo serviceInfo,
java.util.Map<javax.xml.namespace.QName,CorbaObjectHandler> seenTypes)
|
static void |
CorbaHandlerUtils.initializeStructHandler(org.omg.CORBA.ORB orb,
CorbaObjectHandler obj,
CorbaTypeMap typeMap,
ServiceInfo serviceInfo,
java.util.Map<javax.xml.namespace.QName,CorbaObjectHandler> seenTypes)
|
static void |
CorbaHandlerUtils.initializeUnionHandler(org.omg.CORBA.ORB orb,
CorbaObjectHandler obj,
CorbaTypeMap typeMap,
ServiceInfo serviceInfo,
java.util.Map<javax.xml.namespace.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,
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 | |
---|---|
static CorbaTypeMap |
CorbaUtils.createCorbaTypeMap(java.util.List<org.apache.cxf.binding.corba.wsdl.TypeMappingType> tmTypes)
|
Methods in org.apache.cxf.binding.corba.utils with parameters of type CorbaTypeMap | |
---|---|
static org.omg.CORBA.TypeCode |
CorbaUtils.getComplexTypeCode(org.omg.CORBA.ORB orb,
javax.xml.namespace.QName type,
java.lang.Object obj,
CorbaTypeMap typeMap,
java.util.Stack<javax.xml.namespace.QName> seenTypes)
|
static CorbaTypeImpl |
CorbaUtils.getCorbaType(javax.xml.namespace.QName idlType,
CorbaTypeMap typeMap)
|
static org.omg.CORBA.TypeCode |
CorbaUtils.getTypeCode(org.omg.CORBA.ORB orb,
javax.xml.namespace.QName type,
org.apache.cxf.binding.corba.wsdl.CorbaType obj,
CorbaTypeMap typeMap)
|
static org.omg.CORBA.TypeCode |
CorbaUtils.getTypeCode(org.omg.CORBA.ORB orb,
javax.xml.namespace.QName type,
org.apache.cxf.binding.corba.wsdl.CorbaType obj,
CorbaTypeMap typeMap,
java.util.Stack<javax.xml.namespace.QName> seenTypes)
|
static org.omg.CORBA.TypeCode |
CorbaUtils.getTypeCode(org.omg.CORBA.ORB orb,
javax.xml.namespace.QName type,
CorbaTypeMap typeMap)
|
static org.omg.CORBA.TypeCode |
CorbaUtils.getTypeCode(org.omg.CORBA.ORB orb,
javax.xml.namespace.QName type,
CorbaTypeMap typeMap,
java.util.Stack<javax.xml.namespace.QName> seenTypes)
|
static org.omg.CORBA.TypeCode |
CorbaUtils.getUnionTypeCode(org.omg.CORBA.ORB orb,
java.lang.Object obj,
CorbaTypeMap typeMap,
java.util.Stack<javax.xml.namespace.QName> seenTypes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |