| Simple Messaging Framework Module | |
| |
The Simple Messaging Framework module defines classes to simplify the development of Web services. These classes are packaged as follows:
- org.sape.smfw.message
- Defines the
Message hierarchy including Message , CompositeMessage and VoidMessage .
- org.sape.smfw.messagingengine
- Defines framework components that are independent of the protocol. This includes interfaces such as
MessageHandler , utility classes such as CompositeMessageHandler and exceptions.
- org.sape.smfw.soapengine
- Defines framework components specific to SOAP. This includes the
MessageService and the MessageClient as well as authentication and log handlers.
- org.sape.smfw.xmlutils
- Defines utilities to serialize Java objects into XML elements and vice versa.
|
|