public interface SerializerFactory
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
Serializer |
getSerializerAs(java.lang.String mechanismType)
Returns a Serializer for the specified XML processing mechanism type.
|
java.util.Iterator |
getSupportedMechanismTypes()
Returns an Iterator over all XML processing mechanism types supported by
this
SerializerFactory. |
Serializer getSerializerAs(java.lang.String mechanismType)
mechanismType - - XML processing mechanism type [TBD: definition
of valid constants]Serializer for the specified XML processing
mechanism typeJAXRPCException - if SerializerFactory does not support the
specified XML processing mechanismjava.lang.IllegalArgumentException - if an invalid mechanism type is specifiedjava.util.Iterator getSupportedMechanismTypes()
SerializerFactory.Strings?)Copyright ? 2005 Apache Web Services Project. All Rights Reserved.