|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.binding.corba.wsdl |
|---|
| Subclasses of CorbaTypeImpl in org.apache.cxf.binding.corba.wsdl | |
|---|---|
class |
Alias
Java class for alias complex type. |
class |
Anonarray
Anonymous array type. |
class |
Anonfixed
Java class for anonfixed complex type. |
class |
Anonsequence
Anonymous sequence type. |
class |
Anonstring
Anonymous type for bounded strings. |
class |
Anonwstring
Anonymous type for bounded wstrings. |
class |
Array
Java class for array complex type. |
class |
Const
Java class for const complex type. |
class |
Enum
Java class for enum complex type. |
class |
Exception
Java class for exception complex type. |
class |
Fixed
Java class for fixed complex type. |
class |
NamedType
An IDL type with a repository ID. |
class |
Object
Java class for object complex type. |
class |
Sequence
Java class for sequence complex type. |
class |
Struct
Java class for struct complex type. |
class |
Union
Java class for union complex type. |
| Fields in org.apache.cxf.binding.corba.wsdl with type parameters of type CorbaTypeImpl | |
|---|---|
protected java.util.List<CorbaTypeImpl> |
TypeMappingType.structOrExceptionOrUnion
|
| Methods in org.apache.cxf.binding.corba.wsdl that return types with arguments of type CorbaTypeImpl | |
|---|---|
java.util.List<CorbaTypeImpl> |
TypeMappingType.getStructOrExceptionOrUnion()
Gets the value of the structOrExceptionOrUnion property. |
| 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(TypeMappingType typeMap,
javax.xml.namespace.QName typeName)
|
static CorbaTypeImpl |
ScopedNameVisitor.findCorbaTypeForSchemaType(TypeMappingType typeMap,
javax.xml.namespace.QName schemaTypeName,
Scope scopedName)
|
CorbaTypeImpl |
TypesVisitorBase.getCorbaType()
|
CorbaTypeImpl |
FixedPtConstVisitor.getCorbaType()
|
CorbaTypeImpl |
PrimitiveTypesVisitor.getCorbaType()
|
CorbaTypeImpl |
Visitor.getCorbaType()
|
CorbaTypeImpl |
VisitorTypeHolder.getCorbaType()
|
CorbaTypeImpl |
VisitorBase.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 |
TypedefDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype)
|
void |
SchemaDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype)
|
void |
OperationDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype)
|
void |
ArrayDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype)
|
void |
UnionDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype)
|
void |
AttributeDeferredAction.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 |
ParamDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype)
|
protected static void |
ScopedNameVisitor.populateAliasSchemaType(CorbaTypeImpl corbaType,
WSDLASTVisitor wsdlVisitor,
VisitorTypeHolder holder)
|
void |
TypesVisitorBase.setCorbaType(CorbaTypeImpl type)
|
void |
VisitorTypeHolder.setCorbaType(CorbaTypeImpl type)
|
protected void |
VisitorBase.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 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||