| Modifier and Type | Method and Description |
|---|---|
CorbaTypeImpl |
CorbaTypeMap.getType(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CorbaTypeMap.addType(String name,
CorbaTypeImpl type) |
| Modifier and Type | Field and Description |
|---|---|
protected CorbaTypeImpl |
CorbaObjectHandler.type |
| Modifier and Type | Method and Description |
|---|---|
CorbaTypeImpl |
CorbaObjectHandler.getType() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CorbaHandlerUtils.isOctets(CorbaTypeImpl baseType) |
| Modifier and Type | Method and Description |
|---|---|
static CorbaTypeImpl |
CorbaUtils.getCorbaType(QName idlType,
CorbaTypeMap typeMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
Abstractanonsequence
abstract sequence of elements
|
class |
Abstractsequence
abstract sequence of elements
|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<CorbaTypeImpl> |
TypeMappingType.structOrExceptionOrUnion |
| Modifier and Type | Method and Description |
|---|---|
List<CorbaTypeImpl> |
TypeMappingType.getStructOrExceptionOrUnion()
Gets the value of the structOrExceptionOrUnion property.
|
| Modifier and Type | Method and Description |
|---|---|
static CorbaTypeImpl |
ScopedNameVisitor.findCorbaType(TypeMappingType typeMap,
QName typeName) |
static CorbaTypeImpl |
ScopedNameVisitor.findCorbaTypeForSchemaType(TypeMappingType typeMap,
QName schemaTypeName,
Scope scopedName) |
CorbaTypeImpl |
VisitorTypeHolder.getCorbaType() |
CorbaTypeImpl |
TypesVisitorBase.getCorbaType() |
CorbaTypeImpl |
VisitorBase.getCorbaType() |
CorbaTypeImpl |
FixedPtConstVisitor.getCorbaType() |
CorbaTypeImpl |
Visitor.getCorbaType() |
CorbaTypeImpl |
PrimitiveTypesVisitor.getCorbaType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypedefDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype) |
void |
StructDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype) |
void |
ParamDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype) |
void |
AttributeDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype) |
void |
ArrayDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype) |
void |
SequenceDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype) |
void |
OperationDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype) |
void |
SchemaDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype) |
void |
ExceptionDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype) |
void |
UnionDeferredAction.execute(org.apache.ws.commons.schema.XmlSchemaType stype,
CorbaTypeImpl ctype) |
protected static void |
ScopedNameVisitor.populateAliasSchemaType(CorbaTypeImpl corbaType,
WSDLASTVisitor wsdlVisitor,
VisitorTypeHolder holder) |
void |
VisitorTypeHolder.setCorbaType(CorbaTypeImpl type) |
void |
TypesVisitorBase.setCorbaType(CorbaTypeImpl type) |
protected void |
VisitorBase.setCorbaType(CorbaTypeImpl type) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
CorbaTypeImpl |
WSDLToCorbaHelper.convertSchemaToCorbaType(org.apache.ws.commons.schema.XmlSchemaType stype,
QName defaultName,
org.apache.ws.commons.schema.XmlSchemaType parent,
org.apache.ws.commons.schema.XmlSchemaAnnotation annotation,
boolean anonymous) |
protected CorbaTypeImpl |
WSDLToCorbaHelper.createArray(QName name,
QName schematypeName,
QName arrayType,
Long maxOccurs,
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(QName name,
QName schematypeName,
QName arrayType,
QName elName,
Long maxOccurs,
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(QName name,
QName schemaType,
QName membertype,
boolean isQualified) |
static CorbaTypeImpl |
WSDLTypes.getAnonFixedCorbaType(QName name,
QName stype,
int digits,
int scale) |
static CorbaTypeImpl |
WSDLTypes.getFixedCorbaType(QName name,
QName stype,
int digits,
int scale) |
static CorbaTypeImpl |
WSDLTypes.getOctetCorbaType(QName name,
QName stype,
int bound) |
protected CorbaTypeImpl |
WSDLToCorbaHelper.isDuplicateException(CorbaTypeImpl corbaTypeImpl) |
static CorbaTypeImpl |
WSDLTypes.mapToArray(QName name,
QName schematypeName,
QName arrayType,
QName elName,
int bound,
boolean anonymous) |
static CorbaTypeImpl |
WSDLTypes.mapToSequence(QName name,
QName schematypeName,
QName arrayType,
QName elName,
int bound,
boolean anonymous) |
protected CorbaTypeImpl |
WSDLToCorbaHelper.processAllType(org.apache.ws.commons.schema.XmlSchemaAll seq,
QName defaultName,
QName schematypeName) |
static CorbaTypeImpl |
WSDLTypes.processBase64Type(CorbaTypeImpl corbaTypeImpl,
QName name,
String maxLength,
String length) |
static CorbaTypeImpl |
WSDLTypes.processDecimalType(org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction restrictionType,
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,
QName typeName,
QName defaultName,
String idlNamespace) |
protected CorbaTypeImpl |
WSDLToCorbaHelper.processSequenceType(org.apache.ws.commons.schema.XmlSchemaSequence seq,
QName defaultName,
QName schemaTypeName) |
static CorbaTypeImpl |
WSDLTypes.processStringType(CorbaTypeImpl corbaTypeImpl,
QName name,
String maxLength,
String length) |
| Modifier and Type | Method and Description |
|---|---|
protected IdlType |
WSDLToIDLAction.createType(QName idlType,
String[] name,
CorbaTypeImpl corbaType) |
protected boolean |
WSDLToCorbaHelper.isDuplicate(CorbaTypeImpl corbaTypeImpl) |
protected CorbaTypeImpl |
WSDLToCorbaHelper.isDuplicateException(CorbaTypeImpl corbaTypeImpl) |
static CorbaTypeImpl |
WSDLTypes.processBase64Type(CorbaTypeImpl corbaTypeImpl,
QName name,
String maxLength,
String length) |
static CorbaTypeImpl |
WSDLTypes.processDecimalType(org.apache.ws.commons.schema.XmlSchemaSimpleTypeRestriction restrictionType,
QName name,
CorbaTypeImpl corbaTypeImpl,
boolean anonymous) |
static CorbaTypeImpl |
WSDLTypes.processStringType(CorbaTypeImpl corbaTypeImpl,
QName name,
String maxLength,
String length) |
Apache CXF