I’m pretty new to Web Services in java. I was starting on a project where one is already implemented, and there are lots of references to org.apache.axiom.om namespace.
What does the om stands for ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It stands for Object Model:
http://ws.apache.org/axiom/apidocs/org/apache/axiom/om/OMXMLBuilderFactory.html
Look under
createOMBuilder()– the definition is:Create an object model builder that reads a plain XML document from the provided input stream with the default parser configuration defined by StAXParserConfiguration.DEFAULT.