public java.lang.String | getContentType(javax.media.MediaLocator destination)Gets the content type of the DataSink to be created for
the specified destination MediaLocator .
A DataSink destination MediaLocator
typically contains information such as the file extension, which
the DataSinkProxy uses to deduce the content type.
The specified MediaLocator can have any format
as long as the DataSinkProxy is
capable of parsing the locator and returning its type.
|