Package net.sf.xbus.protocol.simple

Provides classes for handling SOAP messages

See:
          Description

Class Summary
EmptyMessage EmptyMessage is a message with content null, which is compatible with all message types (text, object, XML).
FixedTextTransformer The FixedTextTransformer serves for sending fix text.
SimpleObjectMessage  
SimpleTextMessage SimpleTextMessage is the most simple implementation of TextMessage.
Stream2TextTransformer The Stream2TextTransformer read the content of an InputStream into string.
Text2StreamTransformer The Text2StreamTransformer returns a ByteArrayInputStream to read a string content.
TextXSLTTransformer TODO: Kommentierung
 

Package net.sf.xbus.protocol.simple Description

Provides classes for handling SOAP messages.