|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.encoding.ser.BaseFactory
org.apache.axis.encoding.ser.BaseSerializerFactory
org.apache.axis.encoding.ser.SimpleSerializerFactory
public class SimpleSerializerFactory
| Field Summary |
|---|
| Fields inherited from class org.apache.axis.encoding.ser.BaseSerializerFactory |
|---|
getSerializer, javaType, log, ser, serClass, serClassConstructor, xmlType |
| Constructor Summary | |
|---|---|
SimpleSerializerFactory(java.lang.Class javaType,
QName xmlType)
Note that the factory is constructed with the QName and 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, getGetSerializer, getJavaType, getSerClassConstructor, getSerializerAsInternal, getSpecialized, getSupportedMechanismTypes, getXMLType |
| Methods inherited from class org.apache.axis.encoding.ser.BaseFactory |
|---|
getMethod |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleSerializerFactory(java.lang.Class javaType,
QName xmlType)
| Method Detail |
|---|
public Serializer getSerializerAs(java.lang.String mechanismType)
throws JAXRPCException
SerializerFactory
getSerializerAs in interface SerializerFactorygetSerializerAs in class BaseSerializerFactorymechanismType - - XML processing mechanism type [TBD: definition
of valid constants]
Serializer for the specified XML processing
mechanism type
JAXRPCException - if SerializerFactory does not support the
specified XML processing mechanism
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||