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 java.lang.Object


Method Summary
static javax.xml.namespace.QName convertPrimitiveIdlToSchemaType(javax.xml.namespace.QName idlType)
           
static javax.xml.namespace.QName convertPrimitiveSchemaToIdlType(javax.xml.namespace.QName schemaType)
           
static org.omg.CORBA.Any createAny(org.omg.CORBA.ORB orb)
           
static void extractPrimitiveFromAny(org.omg.CORBA.Any a, CorbaPrimitiveHandler primitive)
           
static javax.xml.namespace.QName getPrimitiveIdlTypeFromTypeCode(org.omg.CORBA.TypeCode tc)
           
static void insertPrimitiveIntoAny(org.omg.CORBA.Any a, CorbaPrimitiveHandler primitive)
           
static boolean isPrimitiveIdlType(javax.xml.namespace.QName idlType)
           
static boolean isPrimitiveSchemaType(javax.xml.namespace.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 org.omg.CORBA.Any createAny(org.omg.CORBA.ORB orb)

isPrimitiveSchemaType

public static boolean isPrimitiveSchemaType(javax.xml.namespace.QName schemaType)

isPrimitiveIdlType

public static boolean isPrimitiveIdlType(javax.xml.namespace.QName idlType)

convertPrimitiveSchemaToIdlType

public static javax.xml.namespace.QName convertPrimitiveSchemaToIdlType(javax.xml.namespace.QName schemaType)

convertPrimitiveIdlToSchemaType

public static javax.xml.namespace.QName convertPrimitiveIdlToSchemaType(javax.xml.namespace.QName idlType)

getPrimitiveIdlTypeFromTypeCode

public static javax.xml.namespace.QName getPrimitiveIdlTypeFromTypeCode(org.omg.CORBA.TypeCode tc)

insertPrimitiveIntoAny

public static void insertPrimitiveIntoAny(org.omg.CORBA.Any a,
                                          CorbaPrimitiveHandler primitive)
                                   throws CorbaBindingException
Throws:
CorbaBindingException

extractPrimitiveFromAny

public static void extractPrimitiveFromAny(org.omg.CORBA.Any a,
                                           CorbaPrimitiveHandler primitive)


Apache CXF