Class CorbaUtils
- java.lang.Object
-
- org.apache.cxf.binding.corba.utils.CorbaUtils
-
public final class CorbaUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CorbaTypeMapcreateCorbaTypeMap(List<TypeMappingType> tmTypes)static StringexportObjectReference(org.omg.CORBA.Object obj, org.omg.CORBA.ORB orb)static org.omg.CORBA.TypeCodegetComplexTypeCode(org.omg.CORBA.ORB orb, QName type, Object obj, CorbaTypeMap typeMap, Stack<QName> seenTypes)static CorbaTypegetCorbaType(QName idlType, CorbaTypeMap typeMap)static QNamegetEmptyQName()static org.omg.CORBA.TypeCodegetPrimitiveTypeCode(org.omg.CORBA.ORB orb, QName type)static org.omg.CORBA.TypeCodegetTypeCode(org.omg.CORBA.ORB orb, QName type, CorbaTypeMap typeMap)static org.omg.CORBA.TypeCodegetTypeCode(org.omg.CORBA.ORB orb, QName type, CorbaTypeMap typeMap, Stack<QName> seenTypes)static org.omg.CORBA.TypeCodegetTypeCode(org.omg.CORBA.ORB orb, QName type, CorbaType obj, CorbaTypeMap typeMap)static org.omg.CORBA.TypeCodegetTypeCode(org.omg.CORBA.ORB orb, QName type, CorbaType obj, CorbaTypeMap typeMap, Stack<QName> seenTypes)static StringgetTypeCodeName(String name)static org.omg.CORBA.TypeCodegetUnionTypeCode(org.omg.CORBA.ORB orb, Object obj, CorbaTypeMap typeMap, Stack<QName> seenTypes)static StringgetUniquePOAName(QName serviceName, String portName, String poaName)static org.apache.ws.commons.schema.XmlSchemaTypegetXmlSchemaType(ServiceInfo serviceInfo, QName name)static org.omg.CORBA.ObjectimportObjectReference(org.omg.CORBA.ORB orb, String url)static org.omg.CORBA.ObjectimportObjectReferenceFromFile(org.omg.CORBA.ORB orb, String url)static booleanisAttributeFormQualified(ServiceInfo serviceInfo, String uri)static booleanisElementFormQualified(ServiceInfo serviceInfo, String uri)static booleanisIOR(String location)static booleanisPrimitiveIdlType(QName idltype)static booleanisPrimitiveTypeCode(org.omg.CORBA.TypeCode tc)static booleanisValidURL(String url)static org.omg.CORBA.NVListnvListFromStreamables(org.omg.CORBA.ORB orb, CorbaStreamable[] streamables)static QNameprocessQName(QName qname, ServiceInfo serviceInfo)
-
-
-
Method Detail
-
getEmptyQName
public static QName getEmptyQName()
-
getTypeCode
public static org.omg.CORBA.TypeCode getTypeCode(org.omg.CORBA.ORB orb, QName type, CorbaTypeMap typeMap)
-
getTypeCode
public static org.omg.CORBA.TypeCode getTypeCode(org.omg.CORBA.ORB orb, QName type, CorbaTypeMap typeMap, Stack<QName> seenTypes)
-
getTypeCode
public static org.omg.CORBA.TypeCode getTypeCode(org.omg.CORBA.ORB orb, QName type, CorbaType obj, CorbaTypeMap typeMap)
-
getTypeCode
public static org.omg.CORBA.TypeCode getTypeCode(org.omg.CORBA.ORB orb, QName type, CorbaType obj, CorbaTypeMap typeMap, Stack<QName> seenTypes)
-
getPrimitiveTypeCode
public static org.omg.CORBA.TypeCode getPrimitiveTypeCode(org.omg.CORBA.ORB orb, QName type)
-
getComplexTypeCode
public static org.omg.CORBA.TypeCode getComplexTypeCode(org.omg.CORBA.ORB orb, QName type, Object obj, CorbaTypeMap typeMap, Stack<QName> seenTypes)
-
getUnionTypeCode
public static org.omg.CORBA.TypeCode getUnionTypeCode(org.omg.CORBA.ORB orb, Object obj, CorbaTypeMap typeMap, Stack<QName> seenTypes)
-
isPrimitiveIdlType
public static boolean isPrimitiveIdlType(QName idltype)
-
isPrimitiveTypeCode
public static boolean isPrimitiveTypeCode(org.omg.CORBA.TypeCode tc)
-
getCorbaType
public static CorbaType getCorbaType(QName idlType, CorbaTypeMap typeMap)
-
createCorbaTypeMap
public static CorbaTypeMap createCorbaTypeMap(List<TypeMappingType> tmTypes)
-
isValidURL
public static boolean isValidURL(String url)
-
getUniquePOAName
public static String getUniquePOAName(QName serviceName, String portName, String poaName)
-
isIOR
public static boolean isIOR(String location)
-
exportObjectReference
public static String exportObjectReference(org.omg.CORBA.Object obj, org.omg.CORBA.ORB orb)
-
importObjectReference
public static org.omg.CORBA.Object importObjectReference(org.omg.CORBA.ORB orb, String url)
-
importObjectReferenceFromFile
public static org.omg.CORBA.Object importObjectReferenceFromFile(org.omg.CORBA.ORB orb, String url)
-
getXmlSchemaType
public static org.apache.ws.commons.schema.XmlSchemaType getXmlSchemaType(ServiceInfo serviceInfo, QName name)
-
isElementFormQualified
public static boolean isElementFormQualified(ServiceInfo serviceInfo, String uri)
-
isAttributeFormQualified
public static boolean isAttributeFormQualified(ServiceInfo serviceInfo, String uri)
-
processQName
public static QName processQName(QName qname, ServiceInfo serviceInfo)
-
nvListFromStreamables
public static org.omg.CORBA.NVList nvListFromStreamables(org.omg.CORBA.ORB orb, CorbaStreamable[] streamables)
-
-