|
Class Summary |
| ArraySerializer |
A ArraySerializer can be used to serialize and deserialize
arrays using the SOAP-ENC encoding style. |
| Base64 |
|
| Base64Serializer |
A Base64Serializer is used to serialize and deserialize
byte arrays using the SOAP-ENC encoding style. |
| BeanSerializer |
A BeanSerializer can be used to serialize and deserialize
JavaBeans using the SOAP-ENC encoding style. |
| MapSerializer |
A MapSerializer can be used to serialize and
deserialize Hashtables using the SOAP-ENC
encoding style. |
| ParameterSerializer |
A ParameterSerializer is used to serialize and deserialize
parameters using the SOAP-ENC encoding style. |
| QNameSerializer |
A QNameSerializer serializes a QName as follows:
ns:QNameLocalPart |
| SoapEncUtils |
These static methods can be used to do much of the repetitive and
mechanical work that is required when generating structures using
the SOAP-ENC encoding style. |
| VectorSerializer |
A VectorSerializer can be used to serialize (but not
deserialize) Vectors and Enumerations using the SOAP-ENC
encoding style. |