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