Uses of Class
org.apache.axis2.dataretrieval.OutputForm
Packages that use OutputForm
-
Uses of OutputForm in org.apache.axis2.dataretrieval
Fields in org.apache.axis2.dataretrieval declared as OutputFormModifier and TypeFieldDescriptionstatic final OutputFormOutputForm.INLINE_FORMPossible Output formats as stated in <xs:choice> ofin the WS-MEX specification. static final OutputFormOutputForm.LOCATION_FORMstatic final OutputFormOutputForm.REFERENCE_FORMMethods in org.apache.axis2.dataretrieval that return OutputFormModifier and TypeMethodDescriptionprotected OutputFormBaseAxisDataLocator.getOutputForm()DataRetrievalRequest.getOutputForm()Returns the output format specified in the request.Methods in org.apache.axis2.dataretrieval with parameters of type OutputFormModifier and TypeMethodDescriptionvoidDataRetrievalRequest.putOutputForm(OutputForm form) Allow to set the output format of the data retrieved.