Package com.sun.xml.rpc.processor.schema
Class InternalSchemaBuilder
- java.lang.Object
-
- com.sun.xml.rpc.processor.schema.InternalSchemaBuilderBase
-
- com.sun.xml.rpc.processor.schema.InternalSchemaBuilder
-
public class InternalSchemaBuilder extends InternalSchemaBuilderBase
Deprecated.This class will be deprecated. Use com.sun.xml.rpc.util.JAXRPCClassFactory to get SchemaAnalyzerBase instance.- Author:
- JAX-RPC Development Team
- See Also:
JAXRPCClassFactory.createInternalSchemaBuilder(AbstractDocument, Properties)
-
-
Field Summary
-
Fields inherited from class com.sun.xml.rpc.processor.schema.InternalSchemaBuilderBase
_setEmpty, _setExtResListUnion
-
-
Constructor Summary
Constructors Constructor Description InternalSchemaBuilder(AbstractDocument document, Properties options)Deprecated.
-
Method Summary
-
Methods inherited from class com.sun.xml.rpc.processor.schema.InternalSchemaBuilderBase
buildAnyWildcard, buildAttributeDeclaration, buildAttributeGroupDefinition, buildAttributeUse, buildComplexTypeDefinition, buildElementDeclaration, buildExplicitComplexContentComplexTypeDefinition, buildImplicitComplexContentComplexTypeDefinition, buildListSimpleTypeDefinition, buildModelGroup, buildModelGroupDefinition, buildNonSchemaAttributesAnnotation, buildParticle, buildRestrictionSimpleTypeDefinition, buildSimpleContentComplexTypeDefinition, buildSimpleTypeDefinition, buildTopLevelAttributeDeclaration, buildTopLevelAttributeGroupDefinition, buildTopLevelElementDeclaration, buildTopLevelTypeDefinition, buildTypeDefinition, commonBuildComplexTypeDefinition, createWellKnownAttributeGroups, createWellKnownAttributes, createWellKnownElements, createWellKnownTypes, failUnimplemented, failValidation, failValidation, getSchema, getSimpleUrType, getTypeDefinitionComponentBeingDefined, getUrType, internalBuildElementDeclaration, parseSymbolSet, processElementParticle, processExtensionComplexTypeDefinition, processExtensionSimpleTypeDefinition, processRestrictionComplexTypeDefinition, processRestrictionSimpleTypeDefinition
-
-
-
-
Constructor Detail
-
InternalSchemaBuilder
public InternalSchemaBuilder(AbstractDocument document, Properties options)
Deprecated.- Parameters:
document-options-
-
-