Uses of Class
org.apache.axis2.dataretrieval.OutputForm

Packages that use OutputForm
org.apache.axis2.dataretrieval   
 

Uses of OutputForm in org.apache.axis2.dataretrieval
 

Fields in org.apache.axis2.dataretrieval declared as OutputForm
static OutputForm OutputForm.INLINE_FORM
          Possible Output formats as stated in of in the WS-MEX specification.
static OutputForm OutputForm.LOCATION_FORM
           
static OutputForm OutputForm.REFERENCE_FORM
           
 

Methods in org.apache.axis2.dataretrieval that return OutputForm
 OutputForm DataRetrievalRequest.getOutputForm()
          Returns the output format specified in the request.
protected  OutputForm BaseAxisDataLocator.getOutputForm()
           
 

Methods in org.apache.axis2.dataretrieval with parameters of type OutputForm
 void DataRetrievalRequest.putOutputForm(OutputForm form)
          Allow to set the output format of the data retrieved.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.