Package org.apache.axis.encoding
Interface SerializerFactory
- All Superinterfaces:
Serializable
,SerializerFactory
- All Known Implementing Classes:
ArraySerializerFactory
,Base64SerializerFactory
,BaseSerializerFactory
,BeanSerializerFactory
,CalendarSerializerFactory
,CastorEnumTypeSerializerFactory
,CastorSerializerFactory
,DateSerializerFactory
,DocumentSerializerFactory
,ElementSerializerFactory
,EnumSerializerFactory
,HexSerializerFactory
,JAFDataHandlerSerializerFactory
,MapSerializerFactory
,QNameSerializerFactory
,SimpleListSerializerFactory
,SimpleSerializerFactory
,TimeSerializerFactory
,VectorSerializerFactory
,XmlBeanSerializerFactory
This interface describes the AXIS SerializerFactory.
An Axis compliant Serializer Factory must provide one or more
of the following methods:
public static create(Class javaType, QName xmlType)
public (Class javaType, QName xmlType)
public ()
The deployment code will attempt to invoke these methods in the above order.
The xmlType, javaType arguments are filled in with the values supplied during the
deployment registration of the factory.
-
Method Summary
Methods inherited from interface javax.xml.rpc.encoding.SerializerFactory
getSerializerAs, getSupportedMechanismTypes