Uses of Class
org.xqdoc.conversion.XQDocPayload

Uses of XQDocPayload in org.xqdoc.conversion
 

Methods in org.xqdoc.conversion that return XQDocPayload
 XQDocPayload XQDocContext.buildResponse()
          Construct the response payload consisting of serialized xqDoc XML and the module URI.
 XQDocPayload XQDocController.process(java.io.InputStream is, java.lang.String name)
          Process the library or main module identified by the InputStream.
 XQDocPayload XQDocController.process(java.io.Reader rdr, java.lang.String name)
          Process the library or main module identified by the Reader.