Returns a Serializer for the specified XML processing mechanism type.parammechanismType - XML processing mechanism type [TBD: definition of valid constants]returna Serializer for the specified XML processing mechanism typethrowsjavax.xml.rpc.JAXRPCException if SerializerFactory does not support the specified XML processing mechanismthrowsjava.lang.IllegalArgumentException if an invalid mechanism type is specified
Serializer
SerializerFactory
Returns an Iterator over all XML processing mechanism types supported by this SerializerFactory.returnan Iterator over the mechanism types (Strings?)
String