Uses of Class
it.imolinfo.jbi4corba.webservice.runtime.RuntimeInformation

Packages that use RuntimeInformation
it.imolinfo.jbi4corba.webservice.descriptor   
it.imolinfo.jbi4corba.webservice.generator   
it.imolinfo.jbi4corba.webservice.runtime   
 

Uses of RuntimeInformation in it.imolinfo.jbi4corba.webservice.descriptor
 

Methods in it.imolinfo.jbi4corba.webservice.descriptor that return RuntimeInformation
 RuntimeInformation ConsumerServiceDescriptor.getRuntimeInformation()
           
 

Methods in it.imolinfo.jbi4corba.webservice.descriptor with parameters of type RuntimeInformation
 void ConsumerServiceDescriptor.setRuntimeInformation(RuntimeInformation runtimeInformation)
           
 

Uses of RuntimeInformation in it.imolinfo.jbi4corba.webservice.generator
 

Methods in it.imolinfo.jbi4corba.webservice.generator with parameters of type RuntimeInformation
static void TypeUtils.encloseCorbaTypeInAny(Any paramAny, Object origObj, Class typeClass, RuntimeInformation runtimeInfo, Map<String,TypeDef> typeDefs)
          getCorbaTypeTypeCode (based on URLClassLoader)
 

Uses of RuntimeInformation in it.imolinfo.jbi4corba.webservice.runtime
 

Methods in it.imolinfo.jbi4corba.webservice.runtime with parameters of type RuntimeInformation
static Object CorbaTransformationUtils.changeFromCorbaToServiceObject(Object corbaObject, RuntimeInformation runtimeInfo, Class objectType)
          changeFromCorbaToServiceObjects - Transform Corba objects to jax-ws objects in operation return type and exceptions
static Object[] CorbaTransformationUtils.changeFromCorbaToServiceObjects(Object[] corbaParams, RuntimeInformation runtimeInfo, MethodSignature methodSignature)
          recursiveInvokationAdapter - Transform jax-ws objects to Corba objects in operation parameters
static Object CorbaTransformationUtils.changeFromServiceToCorbaObject(Object serviceObject, RuntimeInformation runtimeInfo, Class objectType)
          changeFromCorbaToServiceObjects - Transform Corba objects to jax-ws objects in operation return type and exceptions
static Object[] CorbaTransformationUtils.changeFromServiceToCorbaObjects(Object[] serviceParams, RuntimeInformation runtimeInfo, MethodSignature methodSignature)
          recursiveInvokationAdapter - Transform jax-ws objects to Corba objects in operation parameters
static void CorbaTransformationUtils.changeHoldersFromCorbaToServiceObjects(MethodSignature methodSignature, List<Object> params, Object[] paramArrayAfterInvocation, RuntimeInformation runtimeInfo)
          Change the Holder params after the servant invocation.
static Object[] CorbaTransformationUtils.changeHoldersFromServiceToCorbaObjects(MethodSignature methodSignature, List<Object> params, RuntimeInformation runtimeInfo)
          Change the Holder params for the correct servant invocation.
static Any CorbaTransformationUtils.transformToAny(Object serviceObject, Any any, RuntimeInformation runtimeInfo)
          * transformToAny - Transform jax-ws objects to Corba objects (Any type)
 



Copyright © 2005-2010 Imola Informatica. All Rights Reserved.