public final class CorbaHandlerUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static CorbaObjectHandler |
createTypeHandler(ORB orb,
QName name,
QName idlType,
CorbaTypeMap typeMap) |
static String |
getNamespaceURI(org.apache.cxf.service.model.ServiceInfo serviceInfo,
QName typeName) |
static CorbaTypeEventProducer |
getTypeEventProducer(CorbaObjectHandler handler,
org.apache.cxf.service.model.ServiceInfo serviceInfo,
ORB orb) |
static CorbaTypeListener |
getTypeListener(QName name,
QName idlType,
CorbaTypeMap typeMap,
ORB orb,
org.apache.cxf.service.model.ServiceInfo serviceInfo) |
static org.apache.ws.commons.schema.XmlSchemaElement |
getXmlSchemaSequenceElement(org.apache.ws.commons.schema.XmlSchemaObject schemaType,
org.apache.cxf.service.model.ServiceInfo serviceInfo) |
static void |
initializeArrayHandler(ORB orb,
CorbaObjectHandler obj,
CorbaTypeMap typeMap,
org.apache.cxf.service.model.ServiceInfo serviceInfo,
Map<QName,CorbaObjectHandler> seenTypes) |
static void |
initializeExceptionHandler(ORB orb,
CorbaObjectHandler obj,
CorbaTypeMap typeMap,
org.apache.cxf.service.model.ServiceInfo serviceInfo,
Map<QName,CorbaObjectHandler> seenTypes) |
static CorbaObjectHandler |
initializeObjectHandler(ORB orb,
QName name,
QName idlType,
CorbaTypeMap typeMap,
org.apache.cxf.service.model.ServiceInfo serviceInfo) |
static CorbaObjectHandler |
initializeObjectHandler(ORB orb,
QName name,
QName idlType,
CorbaTypeMap typeMap,
org.apache.cxf.service.model.ServiceInfo serviceInfo,
Map<QName,CorbaObjectHandler> seenTypes) |
static void |
initializeSequenceHandler(ORB orb,
CorbaObjectHandler obj,
CorbaTypeMap typeMap,
org.apache.cxf.service.model.ServiceInfo serviceInfo,
Map<QName,CorbaObjectHandler> seenTypes) |
static void |
initializeStructHandler(ORB orb,
CorbaObjectHandler obj,
CorbaTypeMap typeMap,
org.apache.cxf.service.model.ServiceInfo serviceInfo,
Map<QName,CorbaObjectHandler> seenTypes) |
static void |
initializeUnionHandler(ORB orb,
CorbaObjectHandler obj,
CorbaTypeMap typeMap,
org.apache.cxf.service.model.ServiceInfo serviceInfo,
Map<QName,CorbaObjectHandler> seenTypes) |
static boolean |
isAnonType(org.apache.ws.commons.schema.XmlSchemaObject schemaObj) |
static boolean |
isOctets(CorbaType baseType) |
static boolean |
isPrimitiveIDLTypeSequence(CorbaObjectHandler handler) |
public static CorbaObjectHandler createTypeHandler(ORB orb, QName name, QName idlType, CorbaTypeMap typeMap)
public static CorbaObjectHandler initializeObjectHandler(ORB orb, QName name, QName idlType, CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo)
public static CorbaObjectHandler initializeObjectHandler(ORB orb, QName name, QName idlType, CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
public static void initializeArrayHandler(ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
public static void initializeExceptionHandler(ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
public static void initializeSequenceHandler(ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
public static void initializeStructHandler(ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
public static void initializeUnionHandler(ORB orb, CorbaObjectHandler obj, CorbaTypeMap typeMap, org.apache.cxf.service.model.ServiceInfo serviceInfo, Map<QName,CorbaObjectHandler> seenTypes)
public static String getNamespaceURI(org.apache.cxf.service.model.ServiceInfo serviceInfo, QName typeName)
public static org.apache.ws.commons.schema.XmlSchemaElement getXmlSchemaSequenceElement(org.apache.ws.commons.schema.XmlSchemaObject schemaType,
org.apache.cxf.service.model.ServiceInfo serviceInfo)
public static CorbaTypeListener getTypeListener(QName name, QName idlType, CorbaTypeMap typeMap, ORB orb, org.apache.cxf.service.model.ServiceInfo serviceInfo) throws CorbaBindingException
CorbaBindingExceptionpublic static CorbaTypeEventProducer getTypeEventProducer(CorbaObjectHandler handler, org.apache.cxf.service.model.ServiceInfo serviceInfo, ORB orb) throws CorbaBindingException
CorbaBindingExceptionpublic static boolean isPrimitiveIDLTypeSequence(CorbaObjectHandler handler)
public static boolean isAnonType(org.apache.ws.commons.schema.XmlSchemaObject schemaObj)
public static boolean isOctets(CorbaType baseType)
Apache CXF