Package com.sun.xml.rpc.wsdl.parser
Class SchemaWriter
java.lang.Object
com.sun.xml.rpc.wsdl.parser.SchemaWriter
A writer for XML Schema fragments within a WSDL document.
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(SchemaDocument document, OutputStream os) voidwriteSchema(WriterContext context, Schema schema) protected voidwriteSchemaElement(WriterContext context, SchemaElement schemaElement) protected voidwriteTopSchemaElement(WriterContext context, Schema schema)
-
Constructor Details
-
SchemaWriter
public SchemaWriter()
-
-
Method Details
-
write
- Throws:
IOException
-
writeSchema
- Throws:
IOException
-
writeTopSchemaElement
- Throws:
IOException
-
writeSchemaElement
protected void writeSchemaElement(WriterContext context, SchemaElement schemaElement) throws IOException - Throws:
IOException
-