| Returns a serializer for the specified output method. The output method
is specified by the value of the property associated with the "method" key.
If no implementation exists that supports the specified output method
an exception of some type will be thrown.
For a list of the output "method" key values see
Method .
Parameters: format - The output format, minimally the "method" property must be set. A suitable serializer. throws: IllegalArgumentException - if method isnull or an appropriate serializer can't be found throws: Exception - if the class for the serializer is found but does notimplement ContentHandler. throws: WrappedRuntimeException - if an exception is thrown while trying to find serializer |