Package net.sf.xbus.protocol.xml

Provides classes for handling and transforming messages in various XML formats

See:
          Description

Class Summary
XBUSXMLMessage XBUSXMLMessage represents messages in the xBus specific XML-format.
XMLMessageAbstract XMLMessage is the base class for all messages in the XML format.
XMLMessageImplementation XMLMessageImplementation represents generic XML messages.
XMLParserTransformer The XMLParserTransformer parses the given String into an org.w3c.Document.
XMLSerializerTransformer The XMLSerializerTransformer serializes the given org.w3c.Document into a String.
XMLUnwrapperTransformer The XMLUnwrapperTransformer does the inverse transformation of the XMLWrapperTransformer.
XMLWrapperTransformer The XMLWrapperTransformer wraps the given String into a XBUSXMLMessage.
XSLTTransformer This is the base class for all transformation between XMLMessages with XSLT stylesheets.
 

Package net.sf.xbus.protocol.xml Description

Provides classes for handling and transforming messages in various XML formats.