org.apache.cxf.binding.corba.utils
Class CorbaAnyHelper
java.lang.Object
org.apache.cxf.binding.corba.utils.CorbaAnyHelper
public final class CorbaAnyHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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