|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SerializerFactory
The javax.xml.rpc.encoding.SerializerFactory is a factory of the serializers. A SerializerFactory is registered with a TypeMapping object as part of the TypeMappingRegistry.
| Method Summary | |
|---|---|
Serializer |
getSerializerAs(String mechanismType)
Returns a Serializer for the specified XML processing mechanism type. |
Iterator |
getSupportedMechanismTypes()
Returns an Iterator over all XML processing mechanism types supported by this SerializerFactory. |
| Method Detail |
|---|
Serializer getSerializerAs(String mechanismType)
mechanismType - - 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
IllegalArgumentException - if an invalid mechanism type is specifiedIterator getSupportedMechanismTypes()
SerializerFactory.
Strings?)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||