| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Serializer | |
| org.apache.soap.encoding | |
| org.apache.soap.encoding.literalxml | |
| org.apache.soap.encoding.soapenc | |
| org.apache.soap.rpc | |
| org.apache.soap.util.xml | |
| Uses of Serializer in org.apache.soap.encoding | 
| Methods in org.apache.soap.encoding that return Serializer | |
 Serializer | 
SOAPMappingRegistry.querySerializer(java.lang.Class javaType,
                java.lang.String encodingStyleURI)
This function overrides the one in XMLJavaMappingRegistry for the sole purpose of returning an ArraySerializer when javaType represents an array.  | 
| Uses of Serializer in org.apache.soap.encoding.literalxml | 
| Classes in org.apache.soap.encoding.literalxml that implement Serializer | |
 class | 
XMLParameterSerializer
An XMLParameterSerializer is used to serialize and deserialize
 parameters using the literal xml encoding style. | 
| Uses of Serializer in org.apache.soap.encoding.soapenc | 
| Classes in org.apache.soap.encoding.soapenc that implement Serializer | |
 class | 
ArraySerializer
A ArraySerializer can be used to serialize and deserialize
 arrays using the SOAP-ENC encoding style. | 
 class | 
Base64Serializer
A Base64Serializer is used to serialize and deserialize
 byte arrays using the SOAP-ENC encoding style. | 
 class | 
BeanSerializer
A BeanSerializer can be used to serialize and deserialize
 JavaBeans using the SOAP-ENC encoding style. | 
 class | 
CalendarSerializer
This class de/serializes instances of java.util.GregorianCalendar from/to the XML-Schema type 'date'.  | 
 class | 
DateSerializer
This class de/serializes instances of java.util.Date from/to the XML-Schema type 'timeInstant'.  | 
 class | 
HashtableSerializer
A HashtableSerializer can be used to serialize and
 deserialize Hashtables using the SOAP-ENC
 encoding style. | 
 class | 
MapSerializer
A MapSerializer can be used to serialize and
 deserialize Maps using the SOAP-ENC
 encoding style. | 
 class | 
MimePartSerializer
A MimePartSerializer can be used to serialize
 Java's InputStream, JavaMail's MimeBodyPart and
 Java Activation Framework's DataSource and DataHandler objects
 from/to multipart Mime attachments to the SOAP message. | 
 class | 
ParameterSerializer
A ParameterSerializer is used to serialize and deserialize
 parameters using the SOAP-ENC encoding style. | 
 class | 
QNameSerializer
A QNameSerializer serializes a QName as follows:  | 
 class | 
VectorSerializer
A VectorSerializer can be used to serialize (but not
 deserialize) Vectors and Enumerations using the SOAP-ENC
 encoding style. | 
| Uses of Serializer in org.apache.soap.rpc | 
| Classes in org.apache.soap.rpc that implement Serializer | |
 class | 
Call
A Call object represents an RPC call. | 
 class | 
Response
A Response object represents an RPC response. | 
 class | 
RPCMessage
An RPCMessage is the base class that Call and
 Response extend from. | 
| Uses of Serializer in org.apache.soap.util.xml | 
| Classes in org.apache.soap.util.xml that implement Serializer | |
 class | 
XMISerializer
An XMISerializer ... | 
| Methods in org.apache.soap.util.xml that return Serializer | |
 Serializer | 
XMLJavaMappingRegistry.querySerializer(java.lang.Class javaType,
                java.lang.String encodingStyleURI)
 | 
| Methods in org.apache.soap.util.xml with parameters of type Serializer | |
 void | 
XMLJavaMappingRegistry.mapTypes(java.lang.String encodingStyleURI,
         QName elementType,
         java.lang.Class javaType,
         Serializer s,
         Deserializer ds)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||