Uses of Interface
io.xlate.edi.schema.Schema
-
-
Uses of Schema in io.xlate.edi.internal.schema
Methods in io.xlate.edi.internal.schema that return Schema Modifier and Type Method Description SchemaStaEDISchemaFactory. createSchema(InputStream stream)SchemaStaEDISchemaFactory. createSchema(URL location)static SchemaSchemaUtils. getControlSchema(String standard, String[] version) -
Uses of Schema in io.xlate.edi.internal.stream
Methods in io.xlate.edi.internal.stream with parameters of type Schema Modifier and Type Method Description EDIStreamReaderStaEDIInputFactory. createEDIStreamReader(InputStream stream, Schema schema)EDIStreamReaderStaEDIInputFactory. createEDIStreamReader(InputStream stream, String encoding, Schema schema)voidStaEDIStreamReader. setControlSchema(Schema schema)voidStaEDIStreamWriter. setControlSchema(Schema controlSchema)voidStaEDIStreamReader. setTransactionSchema(Schema schema)voidStaEDIStreamWriter. setTransactionSchema(Schema transactionSchema)Constructors in io.xlate.edi.internal.stream with parameters of type Schema Constructor Description StaEDIStreamReader(InputStream stream, String encoding, Schema schema, Map<String,Object> properties) -
Uses of Schema in io.xlate.edi.internal.stream.tokenization
Methods in io.xlate.edi.internal.stream.tokenization with parameters of type Schema Modifier and Type Method Description voidProxyEventHandler. setControlSchema(Schema controlSchema)voidProxyEventHandler. setTransactionSchema(Schema transactionSchema)Constructors in io.xlate.edi.internal.stream.tokenization with parameters of type Schema Constructor Description ProxyEventHandler(StaEDIStreamLocation location, Schema controlSchema) -
Uses of Schema in io.xlate.edi.internal.stream.validation
Constructors in io.xlate.edi.internal.stream.validation with parameters of type Schema Constructor Description Validator(Schema schema, Schema containerSchema) -
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.
-