|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| Handler | A pluggable Strategy pattern for processing a fragment of XML which is typically a SOAP body element and its content or a single SOAP header element but can also be used for processing entire REST XML services as well. |
| HandlerRegistry | Provides a registry of handlers indexed by specific QName
instances as well as providing a default handler which is used for processing
SOAP body elements (or REST root elements) if no QName could be matched. |
| Class Summary | |
| MessageExchange | Represents the context of the processing of a single message, providing
access to the current REST or SOAP service on which the message is invoked
and providing access to pre-request properties which can be used to communicate
among Handler instances. |
| RestClient | Represents a client interface to REST services |
| RestService | A pure RESTful service which processes inbound XML using some Handler
instances without using the SOAP protocol. |
| SoapClient | Represents a SOAP client for invoking web services operations |
| SoapService | This class represents a SOAP service which is capable of handling multiple concurrent requests from arbitrary transports. |
| Exception Summary | |
| SoapFault | Represents a SOAP fault which occurred while processing the message. |
The core API and classes for the SOAP stack
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||