All Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected LiteralType |
anonymousSimpleSchemaTypeToLiteralType(SimpleTypeDefinitionComponent component,
QName nameHint,
QName mappingNameHint) |
protected boolean |
checkStrictCompliance(QName typeName) |
protected LiteralType |
complexSchemaTypeSimpleContentExtensionToLiteralType(ComplexTypeDefinitionComponent component,
QName nameHint) |
protected LiteralType |
complexSchemaTypeToLiteralType(ComplexTypeDefinitionComponent component,
QName nameHint,
QName mappingNameHint) |
protected SOAPType |
complexSchemaTypeToSOAPType(ComplexTypeDefinitionComponent component,
QName nameHint) |
protected SOAPSimpleType |
createSOAPSimpleType(SimpleTypeDefinitionComponent component) |
protected boolean |
doMakeMemberBoxedType() |
protected boolean |
doWeHandleAttributeTypeEnumeration(LiteralType attributeType)
bug fix: 4999385
|
protected boolean |
doWeHandleComplexSchemaTypeExtensionByComplexType() |
protected boolean |
doWeHandleComplexSchemaTypeExtensionBySimpleContent() |
protected boolean |
doWeHandleSimpleSchemaTypeDerivationByList() |
protected boolean |
doWeHandleWildcard() |
protected LiteralType |
enumerationToLiteralType(SimpleTypeDefinitionComponent component,
EnumerationFacet facet,
QName nameHint,
QName mappingNameHint) |
protected SOAPType |
enumerationToSOAPType(SimpleTypeDefinitionComponent component,
EnumerationFacet facet,
QName nameHint) |
protected void |
fail(String key,
Object[] arg) |
protected void |
fail(String key,
String code,
QName arg) |
protected void |
failUnsupported(String code,
QName arg) |
protected QName |
getAttributeQNameHint(AttributeDeclarationComponent component,
QName nameHint) |
protected SOAPCustomType |
getCustomTypeFor(TypeDefinitionComponent component) |
protected QName |
getElementMappingNameHint(ElementDeclarationComponent component,
QName mappingNameHint) |
protected QName |
getElementQNameHint(ElementDeclarationComponent component,
QName nameHint) |
protected LiteralType |
getIDREFLiteralType(SimpleTypeDefinitionComponent component,
QName nameHint) |
protected String |
getJ2EEAnonymousArrayTypeName(ParticleComponent memberParticle,
ElementDeclarationComponent element,
QName mappingNameHint) |
protected SchemaAnalyzerBase.SchemaJavaMemberInfo |
getJavaMemberInfo(TypeDefinitionComponent component,
ElementDeclarationComponent element) |
protected SchemaAnalyzerBase.SchemaJavaMemberInfo |
getJavaMemberOfElementInfo(QName typeName,
String memberName) |
protected String |
getJavaNameOfElementType(LiteralStructuredType structureType,
TypeDefinitionComponent component,
QName nameHint) |
protected String |
getJavaNameOfSOAPStructureType(SOAPStructureType structureType,
TypeDefinitionComponent component,
QName nameHint) |
protected String |
getJavaNameOfType(TypeDefinitionComponent component,
QName nameHint) |
protected LiteralFragmentType |
getLiteralFragmentTypeFor(TypeDefinitionComponent component,
QName nameHint) |
protected LiteralType |
getLiteralMemberType(ComplexTypeDefinitionComponent component,
LiteralType memberType,
ElementDeclarationComponent element,
LiteralStructuredType structureType) |
protected LiteralType |
getLiteralSimpleStringTypeFor(TypeDefinitionComponent component,
QName nameHint) |
protected LiteralSimpleType |
getNillableLiteralSimpleType(QName typeName,
TypeDefinitionComponent typeDef) |
protected QName |
getSimpleTypeBaseName(TypeDefinitionComponent typeDefinition) |
protected SOAPType |
getSOAPMemberType(ComplexTypeDefinitionComponent component,
SOAPStructureType structureType,
ElementDeclarationComponent element,
QName nameHint,
boolean occursZeroOrOne) |
protected int |
getUniqueID() |
protected QName |
getUniqueLiteralArrayTypeQNameFor(QName subTypeName,
QName nameHint) |
protected String |
getUniqueMemberName(JavaStructureType javaStructureType,
String prefix) |
protected String |
getUniqueNCNameFor(TypeDefinitionComponent component) |
protected QName |
getUniqueQNameFor(TypeDefinitionComponent component,
QName nameHint) |
protected QName |
getUniqueTypeNameForElement(QName elementName) |
protected LiteralType |
handleIDIDREF(SimpleTypeDefinitionComponent component) |
protected abstract void |
initializeMaps() |
protected boolean |
isAttributeEnumeration(LiteralType attributeType) |
protected boolean |
isAttributeEnumeration(SOAPType attributeType) |
protected boolean |
isAttributeOptional(AttributeUseComponent attributeUse) |
protected boolean |
isInvalidEnumerationLabel(String s) |
protected boolean |
isParticleOptional(ParticleComponent memberParticle) |
protected LiteralType |
listToLiteralType(SimpleTypeDefinitionComponent component,
QName nameHint) |
protected SOAPType |
listToSOAPType(SimpleTypeDefinitionComponent component,
QName nameHint)
map xsd:list to SOAP type
|
protected QName |
makePackageQualified(QName name) |
protected String |
makePackageQualified(String s,
QName name) |
protected SOAPCustomType |
mustGetCustomTypeFor(TypeDefinitionComponent component) |
protected SOAPType |
nillableSchemaTypeToSOAPType(TypeDefinitionComponent component) |
protected SOAPType |
processSOAPArrayType(TypeDefinitionComponent component,
SchemaElement element,
String typeSpecifier) |
protected void |
resolveEnumerationNamingConflictsFor(JavaEnumerationType javaEnumType) |
protected void |
resolveNamingConflictsFor(JavaType javaType) |
protected void |
resolveNamingConflictsFor(JavaType javaType,
String suffix) |
LiteralType |
schemaElementTypeToLiteralType(QName elementName) |
LiteralType |
schemaTypeToLiteralType(QName typeName) |
protected LiteralType |
schemaTypeToLiteralType(TypeDefinitionComponent component,
QName nameHint) |
protected LiteralType |
schemaTypeToLiteralType(TypeDefinitionComponent component,
QName nameHint,
QName mappingNameHint) |
SOAPType |
schemaTypeToSOAPType(QName typeName) |
protected SOAPType |
schemaTypeToSOAPType(TypeDefinitionComponent component,
QName nameHint) |
protected void |
setReferenceable(SOAPSimpleType simpleType) |
protected LiteralType |
simpleSchemaTypeToLiteralType(SimpleTypeDefinitionComponent component,
QName nameHint) |
protected LiteralType |
simpleSchemaTypeToLiteralType(SimpleTypeDefinitionComponent component,
QName nameHint,
QName mappingNameHint) |
protected SOAPType |
simpleSchemaTypeToSOAPType(SimpleTypeDefinitionComponent component,
QName nameHint) |
protected SOAPType |
soapArrayBasedComplexSchemaTypeToSOAPType(ComplexTypeDefinitionComponent component,
QName nameHint) |
protected SOAPType |
soapStructureExtensionComplexSchemaTypeToSOAPType(ComplexTypeDefinitionComponent component,
SOAPStructureType parentType,
QName nameHint) |
protected void |
updateModifiers(JavaStructureType javaStructureType) |
protected LiteralType |
urTypeBasedComplexSchemaTypeToLiteralType(ComplexTypeDefinitionComponent component,
QName nameHint,
QName mappingNameHint) |
protected SOAPType |
urTypeBasedComplexSchemaTypeToSOAPType(ComplexTypeDefinitionComponent component,
QName nameHint) |
protected void |
warn(String key,
Object[] args) |