|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.axis.encoding.ser.BaseSerializerFactory
|
+--org.apache.axis.encoding.ser.BeanSerializerFactory
SerializerFactory for Bean
| Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory |
firstCall, getSerializer, javaType, ser, serClass, serClassConstructor, share, xmlType |
| Constructor Summary | |
BeanSerializerFactory(java.lang.Class javaType,
QName xmlType)
|
|
| Method Summary | |
Serializer |
getSerializerAs(java.lang.String mechanismType)
Returns a Serializer for the specified XML processing mechanism type. |
| Methods inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory |
createFactory, getGeneralPurpose, getSpecialized, getSupportedMechanismTypes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BeanSerializerFactory(java.lang.Class javaType,
QName xmlType)
| Method Detail |
public Serializer getSerializerAs(java.lang.String mechanismType)
throws JAXRPCException
SerializerFactorygetSerializerAs in class BaseSerializerFactoryjavax.xml.rpc.encoding.SerializerFactorymechanismType - - XML processing mechanism type [TBD: definition of valid constants]JAXRPCException - If SerializerFactory does not support the specified XML processing mechanismjava.lang.IllegalArgumentException - If an invalid mechanism type is specified.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||