Package | Description |
---|---|
org.apache.axis2.dataretrieval | |
org.apache.axis2.mex.om | |
org.apache.axis2.mex.util |
Modifier and Type | Field and Description |
---|---|
static OutputForm |
OutputForm.INLINE_FORM
Possible Output formats as stated in
|
static OutputForm |
OutputForm.LOCATION_FORM |
static OutputForm |
OutputForm.REFERENCE_FORM |
Modifier and Type | Method and Description |
---|---|
OutputForm |
DataRetrievalRequest.getOutputForm()
Returns the output format specified in the request.
|
protected OutputForm |
BaseAxisDataLocator.getOutputForm() |
Modifier and Type | Method and Description |
---|---|
void |
DataRetrievalRequest.putOutputForm(OutputForm form)
Allow to set the output format of the data retrieved.
|
Modifier and Type | Method and Description |
---|---|
MetadataSection[] |
Metadata.getMetadataSection(String dialect,
String identifier,
OutputForm form)
Answers the Metadata Sections that met the criteria specified in the dialect, identifier, and form.
|
Modifier and Type | Method and Description |
---|---|
static OutputForm[] |
MexUtil.allSupportedOutputForms() |
static OutputForm[] |
MexUtil.determineOutputForm(String dialect,
Parameter axisConfigMEXParm,
Parameter serviceConfigMEXParm)
Determine output forms for specified dialect based on "metadataexchange" configured in
axis2.xml and services.xml.
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.