public abstract class AbstractSerializerFactory extends Object implements SerializerFactory
Constructor and Description |
---|
AbstractSerializerFactory() |
Modifier and Type | Method and Description |
---|---|
abstract SerializerSupport |
getSerializer() |
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.
|
public abstract SerializerSupport getSerializer() throws BindingException
BindingException
public Serializer getSerializerAs(String mechanismType)
SerializerFactory
getSerializerAs
in interface SerializerFactory
mechanismType
- XML processing mechanism type [TBD: definition of valid constants]public Iterator getSupportedMechanismTypes()
SerializerFactory
getSupportedMechanismTypes
in interface SerializerFactory
Copyright © 2018 JBoss by Red Hat. All rights reserved.