Uses of Interface
io.xlate.edi.schema.Schema
-
Packages that use Schema Package Description io.xlate.edi.schema io.xlate.edi.stream -
-
Uses of Schema in io.xlate.edi.schema
Methods in io.xlate.edi.schema that return Schema Modifier and Type Method Description SchemaSchemaFactory. createSchema(InputStream stream)SchemaSchemaFactory. createSchema(URL location) -
Uses of Schema in io.xlate.edi.stream
Methods in io.xlate.edi.stream with parameters of type Schema Modifier and Type Method Description abstract EDIStreamReaderEDIInputFactory. createEDIStreamReader(InputStream stream, Schema schema)Creates a newEDIStreamReaderusing the givenInputStream(with default encoding) which uses theSchemafor validation of the input's control structures (interchange, group, transaction).abstract EDIStreamReaderEDIInputFactory. createEDIStreamReader(InputStream stream, String encoding, Schema schema)Creates a newEDIStreamReaderusing the givenInputStreamand encoding which uses theSchemafor validation of the input's control structures (interchange, group, transaction).voidEDIStreamReader. setControlSchema(Schema schema)Sets the schema to be used for validation of the control structure for this stream reader.voidEDIStreamWriter. setControlSchema(Schema controlSchema)Sets the schema to be used for validation of the control structure for this stream writer.voidEDIStreamReader. setTransactionSchema(Schema schema)Sets the schema to be used for validation of the business transaction for this stream reader.voidEDIStreamWriter. setTransactionSchema(Schema transactionSchema)Sets the schema to be used for validation of the business transaction for this stream writer.
-