public interface SerializerFactory extends Serializable
Serializer
Modifier and Type | Method and Description |
---|---|
Serializer |
getSerializerAs(String mechanismType)
Returns a Serializer for the specified XML processing
mechanism type.
|
Iterator |
getSupportedMechanismTypes()
Returns a list of all XML processing mechanism types
supported by this SerializerFactory.
|
Serializer getSerializerAs(String mechanismType)
mechanismType
- XML processing mechanism type [TBD:
definition of valid constants]JAXRPCException
- If SerializerFactory does not
support the specified XML processing mechanismIllegalArgumentException
- If an invalid
mechanism type is specified.Iterator getSupportedMechanismTypes()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.