|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Conversion
.Converter.convert
is called with an incorrect
Source
or Result
argument.Conversion.cancel()
.Converter
,
ConverterResolver
and SchemaGenerator
objects.Converter
interface which specifies methods used
only in conversions from XML data to non-XML format data.Converter
interface which specifies methods used
only in conversions from non-XML data to XML.ConverterException
which contains extra information about the context of errors in EDI files.ConverterListener
interface which can
handle events specific to EDI converters.Configuration
object in this ConverterFactory.
Configuration
associated with this ConverterResolver.
ContentHandler
which can receive XML data to be converted
to non-XML format.
ConverterListener
EDIDialect
object associated with this EDIMessage.
EDIDialect
object associated with this EDIVersion.
EDIVersion
object associated with this EDIMessage.
Throwable
which was thrown if the conversion failed or was cancelled.
ConverterFactory
which created this ConverterResolver.
OutputStream
to write the input data to.This method does not start
the conversion, that occurs when the application writes the input data to,
and closes the OutputStream.
Reader
, which is used to read the result data.
SAXSource
to read the converted data.
SAXSource
.
SAXSource
.
SAXSource
.
SAXSource
.
XMLStreamReader
to read the data.
XMLStreamReader
to read the converted data.
XMLStreamReader
.
XMLStreamReader
.
XMLStreamReader
.
XMLStreamReader
.
XMLStreamReader
which is used to read the result data.
XMLStreamWriter
which can receive XML data to be converted
to non-XML format.
XMLStreamWriter
which will be used to write the source data.
Converter
wants
to read the result of the conversion with a InputStream
.ConvertFromXML
which can convert XML data to a non-XML format.
ConvertToXML
which can convert non-XML data to XML.
ConvertToXML
which can perform Custom XML Conversions.
ConverterResolver
.
SampleGenerator
which can produce a sample XML EDI file for a specific
XML Converter.
SchemaGenerator
which can produce an XML schema file for a specific
XML Converter.
SchemaGenerator
which can produce an XML schema file for a specific
Custom XML Conversion.
XHTMLGenerator
which can produce a [X]HTML documentation for a specific
XML Converter.
Converter
wants
the Converter to write its output to a Writer
provided by the
caller, or wants the
Converter to write its output to a OutputStream
provided by the caller
using a specified byte encoding.Converter
wants
to provide the source data for the conversion by writing it to a OutputStream
.Converter
wants
to read the result of the conversion with a Reader
.Source
which can
be used to read data from the URI.
Converter
,
ConvertToXML
or ConvertFromXML
object.ConverterListener
Converter
wants
to provide the source data for the conversion by writing it to a Writer
.Converter
wants
to read the result of the conversion with an XMLStreamReader
.Converter
wants
to supply the source data to the conversion with an XMLStreamReader
.Converter
wants
the result data to be written to an XMLStreamWriter
.Converter
wants
to provide the source data for the conversion by writing it to an XMLStreamWriter
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |