Uses of Class
com.sun.xml.rpc.wsdl.document.schema.Schema
Packages that use Schema
-
Uses of Schema in com.sun.xml.rpc.wsdl.document.schema
Methods in com.sun.xml.rpc.wsdl.document.schema that return SchemaModifier and TypeMethodDescriptionSchemaDocument.getSchema()SchemaElement.getSchema()SchemaEntity.getSchema()Methods in com.sun.xml.rpc.wsdl.document.schema with parameters of type SchemaModifier and TypeMethodDescriptionvoidvoidConstructors in com.sun.xml.rpc.wsdl.document.schema with parameters of type SchemaModifierConstructorDescriptionSchemaEntity(Schema parent, SchemaElement element, Kind kind, QName name) -
Uses of Schema in com.sun.xml.rpc.wsdl.parser
Methods in com.sun.xml.rpc.wsdl.parser that return SchemaModifier and TypeMethodDescriptionSchemaParser.parseSchema(ParserContext context, Element e, String expectedTargetNamespaceURI) SchemaParser.parseSchema(ParserContext context, InputSource source, String expectedTargetNamespaceURI) protected SchemaSchemaParser.parseSchemaNoImport(ParserContext context, Document doc, String expectedTargetNamespaceURI) protected SchemaSchemaParser.parseSchemaNoImport(ParserContext context, Element e, String expectedTargetNamespaceURI) protected SchemaSchemaParser.parseSchemaNoImport(ParserContext context, InputSource source, String expectedTargetNamespaceURI) Methods in com.sun.xml.rpc.wsdl.parser with parameters of type SchemaModifier and TypeMethodDescriptionprotected voidSchemaParser.processImports(ParserContext context, InputSource source, Schema schema) voidSchemaWriter.writeSchema(WriterContext context, Schema schema) protected voidSchemaWriter.writeTopSchemaElement(WriterContext context, Schema schema)