Difference between revisions of "Axis2MessageContextDataProvider"

From GreenVulcano Wiki
Jump to: navigation, search
Line 1: Line 1:
 
The DataProvider Axis2MessageContextDataProvider Axis allows you to set objects to manipulate input / output for webservices.
 
The DataProvider Axis2MessageContextDataProvider Axis allows you to set objects to manipulate input / output for webservices.
  
Gli oggetti usati in axis2 sono [http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMElement.html OMElement].
+
The objects are used in Axis2 are [http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/package-summary.html OMElement].
 +
 
 +
The context of the DataProvider object is  [http://axis.apache.org/axis2/java/core/api/org/apache/axis2/context/MessageContext.html org.apache.axis2.MessageContext]

Revision as of 08:26, 14 February 2012

The DataProvider Axis2MessageContextDataProvider Axis allows you to set objects to manipulate input / output for webservices.

The objects are used in Axis2 are OMElement.

The context of the DataProvider object is org.apache.axis2.MessageContext