Apache CXF API

org.apache.cxf.binding.corba.utils
Class CorbaAnyHelper

java.lang.Object
  extended by org.apache.cxf.binding.corba.utils.CorbaAnyHelper

public final class CorbaAnyHelper
extends Object


Method Summary
static QName convertPrimitiveIdlToSchemaType(QName idlType)
           
static QName convertPrimitiveSchemaToIdlType(QName schemaType)
           
static Any createAny(ORB orb)
           
static void extractPrimitiveFromAny(Any a, CorbaPrimitiveHandler primitive)
           
static QName getPrimitiveIdlTypeFromTypeCode(TypeCode tc)
           
static void insertPrimitiveIntoAny(Any a, CorbaPrimitiveHandler primitive)
           
static boolean isPrimitiveIdlType(QName idlType)
           
static boolean isPrimitiveSchemaType(QName schemaType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createAny

public static Any createAny(ORB orb)

isPrimitiveSchemaType

public static boolean isPrimitiveSchemaType(QName schemaType)

isPrimitiveIdlType

public static boolean isPrimitiveIdlType(QName idlType)

convertPrimitiveSchemaToIdlType

public static QName convertPrimitiveSchemaToIdlType(QName schemaType)

convertPrimitiveIdlToSchemaType

public static QName convertPrimitiveIdlToSchemaType(QName idlType)

getPrimitiveIdlTypeFromTypeCode

public static QName getPrimitiveIdlTypeFromTypeCode(TypeCode tc)

insertPrimitiveIntoAny

public static void insertPrimitiveIntoAny(Any a,
                                          CorbaPrimitiveHandler primitive)
                                   throws CorbaBindingException
Throws:
CorbaBindingException

extractPrimitiveFromAny

public static void extractPrimitiveFromAny(Any a,
                                           CorbaPrimitiveHandler primitive)

Apache CXF API

Apache CXF