Class SDDocumentSource

java.lang.Object
com.sun.xml.ws.api.server.SDDocumentSource
Direct Known Subclasses:
SDDocumentImpl

public abstract class SDDocumentSource extends Object
SPI that provides the source of SDDocument.

This abstract class could be implemented by applications, or one of the create(java.lang.Class<?>, java.lang.String) methods can be used.

Author:
Kohsuke Kawaguchi
  • Constructor Details

    • SDDocumentSource

      protected SDDocumentSource()
      Default constructor.
  • Method Details