Uses of Class
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl

Packages that use CorbaTypeImpl
org.apache.cxf.binding.corba   
org.apache.cxf.binding.corba.types   
org.apache.cxf.binding.corba.utils   
org.apache.cxf.tools.corba.processors.idl   
org.apache.cxf.tools.corba.processors.wsdl   
 

Uses of CorbaTypeImpl in org.apache.cxf.binding.corba
 

Methods in org.apache.cxf.binding.corba that return CorbaTypeImpl
 CorbaTypeImpl CorbaTypeMap.getType(java.lang.String name)
           
 

Methods in org.apache.cxf.binding.corba with parameters of type CorbaTypeImpl
 void CorbaTypeMap.addType(java.lang.String name, CorbaTypeImpl type)
           
 

Uses of CorbaTypeImpl in org.apache.cxf.binding.corba.types
 

Fields in org.apache.cxf.binding.corba.types declared as CorbaTypeImpl
protected  CorbaTypeImpl CorbaObjectHandler.type
           
 

Methods in org.apache.cxf.binding.corba.types that return CorbaTypeImpl
 CorbaTypeImpl CorbaObjectHandler.getType()
           
 

Methods in org.apache.cxf.binding.corba.types with parameters of type CorbaTypeImpl
static boolean CorbaHandlerUtils.isOctets(CorbaTypeImpl baseType)
           
 

Uses of CorbaTypeImpl in org.apache.cxf.binding.corba.utils
 

Methods in org.apache.cxf.binding.corba.utils that return CorbaTypeImpl
static CorbaTypeImpl CorbaUtils.getCorbaType(javax.xml.namespace.QName idlType, CorbaTypeMap typeMap)
           
 

Uses of CorbaTypeImpl in org.apache.cxf.tools.corba.processors.idl
 

Methods in org.apache.cxf.tools.corba.processors.idl that return CorbaTypeImpl
static CorbaTypeImpl ScopedNameVisitor.findCorbaType(org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMap, javax.xml.namespace.QName typeName)
           
static CorbaTypeImpl ScopedNameVisitor.findCorbaTypeForSchemaType(org.apache.cxf.binding.corba.wsdl.TypeMappingType typeMap, javax.xml.namespace.QName schemaTypeName, Scope scopedName)
           
 CorbaTypeImpl VisitorBase.getCorbaType()
           
 CorbaTypeImpl Visitor.getCorbaType()
           
 CorbaTypeImpl PrimitiveTypesVisitor.getCorbaType()
           
 CorbaTypeImpl VisitorTypeHolder.getCorbaType()
           
 CorbaTypeImpl FixedPtConstVisitor.getCorbaType()
           
 CorbaTypeImpl TypesVisitorBase.getCorbaType()
           
 

Methods in org.apache.cxf.tools.corba.processors.idl with parameters of type CorbaTypeImpl
 void SequenceDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void SchemaDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void ArrayDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void ParamDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void StructDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void ExceptionDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void OperationDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void UnionDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void TypedefDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
 void AttributeDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype, CorbaTypeImpl ctype)
           
protected static void ScopedNameVisitor.populateAliasSchemaType(CorbaTypeImpl corbaType, WSDLASTVisitor wsdlVisitor, VisitorTypeHolder holder)
           
protected  void VisitorBase.setCorbaType(CorbaTypeImpl type)
           
 void VisitorTypeHolder.setCorbaType(CorbaTypeImpl type)
           
 void TypesVisitorBase.setCorbaType(CorbaTypeImpl type)
           
 

Constructors in org.apache.cxf.tools.corba.processors.idl with parameters of type CorbaTypeImpl
DeclaratorVisitor(Scope scope, javax.wsdl.Definition defn, org.apache.ws.commons.schema.XmlSchema schemaRef, WSDLASTVisitor wsdlASTVisitor, org.apache.ws.commons.schema.XmlSchemaType schemaTypeRef, CorbaTypeImpl corbaTypeRef, Scope fQName)
           
 

Uses of CorbaTypeImpl in org.apache.cxf.tools.corba.processors.wsdl
 

Methods in org.apache.cxf.tools.corba.processors.wsdl that return CorbaTypeImpl
 CorbaTypeImpl WSDLToCorbaHelper.convertSchemaToCorbaType(org.apache.ws.commons.schema.XmlSchemaType stype, javax.xml.namespace.QName defaultName, org.apache.ws.commons.schema.XmlSchemaType parent, org.apache.ws.commons.schema.XmlSchemaAnnotation annotation, boolean anonymous)
           
protected  CorbaTypeImpl WSDLToCorbaHelper.createArray(javax.xml.namespace.QName name, javax.xml.namespace.QName schematypeName, javax.xml.namespace.QName arrayType, java.lang.Long maxOccurs, java.lang.Long minOccurs, boolean anonymous)
          Create a CORBA Array or Sequence based on min and max Occurs If minOccurs == maxOccurs == 1 then log warning and return null.
protected  CorbaTypeImpl WSDLToCorbaHelper.createArray(javax.xml.namespace.QName name, javax.xml.namespace.QName schematypeName, javax.xml.namespace.QName arrayType, javax.xml.namespace.QName elName, java.lang.Long maxOccurs, java.lang.Long minOccurs, boolean anonymous)
          Create a CORBA Array or Sequence based on min and max Occurs If minOccurs == maxOccurs == 1 then log warning and return null.
protected  CorbaTypeImpl WSDLToCorbaHelper.createNillableUnion(javax.xml.namespace.QName name, javax.xml.namespace.QName schemaType, javax.xml.namespace.QName membertype, boolean isQualified)
           
static CorbaTypeImpl WSDLTypes.getAnonFixedCorbaType(javax.xml.namespace.QName name, javax.xml.namespace.QName stype, int digits, int scale)
           
static CorbaTypeImpl WSDLTypes.getFixedCorbaType(javax.xml.namespace.QName name, javax.xml.namespace.QName stype, int digits, int scale)
           
static CorbaTypeImpl WSDLTypes.getOctetCorbaType(javax.xml.namespace.QName name, javax.xml.namespace.QName stype, int bound)
           
protected  CorbaTypeImpl WSDLToCorbaHelper.isDuplicateException(CorbaTypeImpl corbaTypeImpl)
           
static CorbaTypeImpl WSDLTypes.mapToArray(javax.xml.namespace.QName name, javax.xml.namespace.QName schematypeName, javax.xml.namespace.QName arrayType, javax.xml.namespace.QName elName, int bound, boolean anonymous)
           
static CorbaTypeImpl WSDLTypes.mapToSequence(javax.xml.namespace.QName name, javax.xml.namespace.QName schematypeName, javax.xml.namespace.QName arrayType, javax.xml.namespace.QName elName, int bound, boolean anonymous)
           
protected  CorbaTypeImpl WSDLToCorbaHelper.processAllType(org.apache.ws.commons.schema.XmlSchemaAll seq, javax.xml.namespace.QName defaultName, javax.xml.namespace.QName schematypeName)
           
static CorbaTypeImpl WSDLTypes.processBase64Type(CorbaTypeImpl corbaTypeImpl, javax.xml.namespace.QName name, java.lang.String maxLength, java.lang.String length)
           
static CorbaTypeImpl WSDLTypes.processDecimalType(org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction restrictionType, javax.xml.namespace.QName name, CorbaTypeImpl corbaTypeImpl, boolean anonymous)
           
static CorbaTypeImpl WSDLTypes.processObject(javax.wsdl.Definition definition, org.apache.ws.commons.schema.XmlSchemaComplexType complex, org.apache.ws.commons.schema.XmlSchemaAnnotation annotation, javax.xml.namespace.QName typeName, javax.xml.namespace.QName defaultName, java.lang.String idlNamespace)
           
protected  CorbaTypeImpl WSDLToCorbaHelper.processSequenceType(org.apache.ws.commons.schema.XmlSchemaSequence seq, javax.xml.namespace.QName defaultName, javax.xml.namespace.QName schemaTypeName)
           
static CorbaTypeImpl WSDLTypes.processStringType(CorbaTypeImpl corbaTypeImpl, javax.xml.namespace.QName name, java.lang.String maxLength, java.lang.String length)
           
 

Methods in org.apache.cxf.tools.corba.processors.wsdl with parameters of type CorbaTypeImpl
protected  IdlType WSDLToIDLAction.createType(javax.xml.namespace.QName idlType, java.lang.String[] name, CorbaTypeImpl corbaType)
           
protected  boolean WSDLToCorbaHelper.isDuplicate(CorbaTypeImpl corbaTypeImpl)
           
protected  CorbaTypeImpl WSDLToCorbaHelper.isDuplicateException(CorbaTypeImpl corbaTypeImpl)
           
static CorbaTypeImpl WSDLTypes.processBase64Type(CorbaTypeImpl corbaTypeImpl, javax.xml.namespace.QName name, java.lang.String maxLength, java.lang.String length)
           
static CorbaTypeImpl WSDLTypes.processDecimalType(org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction restrictionType, javax.xml.namespace.QName name, CorbaTypeImpl corbaTypeImpl, boolean anonymous)
           
static CorbaTypeImpl WSDLTypes.processStringType(CorbaTypeImpl corbaTypeImpl, javax.xml.namespace.QName name, java.lang.String maxLength, java.lang.String length)
           
 



Apache CXF