Class Summary |
Message |
Build a SOAP message as a DOM tree, allow
subsclasses to add elements to the tree, and
serialise the tree into a PirintWriter. |
Method |
Represents a method, according the model:
methodName__in__out(param1,param2) |
Mode |
Models a parameter passing Mode (in
as an `enumeration'. |
Parameter |
Defines a method parameter -- with a mode
and value. |
ReqMsg |
Generates the method-specific part of a SOAP request |
RespMsg |
Generates the method-specific part of a SOAP response |
SoapInterpreter |
Encapsulates the XML parser (Apache Xerces)--
creates a Method object, and a set of Parameter objects
from a SOAP message. |