org.glassfish.jersey.message.internal
Class SourceProvider

java.lang.Object
  extended by org.glassfish.jersey.message.internal.SourceProvider

@Singleton
public final class SourceProvider
extends Object

Collection of XML source providers.

Author:
Paul Sandoz, Marek Potociar (marek.potociar at oracle.com)

Nested Class Summary
static class SourceProvider.DomSourceReader
          Provider for marshalling/un-marshalling DOMSource instances.
static class SourceProvider.SaxSourceReader
          Provider for un-marshalling SAXSource instances.
static class SourceProvider.SourceWriter
          Provider for marshaling Source instances.
static class SourceProvider.StreamSourceReader
          Provider for un-marshalling StreamSource instances.
 
Constructor Summary
SourceProvider()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceProvider

public SourceProvider()


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.