POJO deployment is the one way of web service deployment in Axis2. Here we are dropping the .class file or .jar file into the POJO directory in the repository. If it is a web application Axis2 is considering WEB-INF as its repository. The main features of the Axis2 POJO are...
- Support for primitive types (int, boolean, long, String, and so on)
- Support for method excludes
- Support for any kind of "Java Beans"
- Support for Object Arrays
- Binary support using byte[] and DataHandlers
- Support of Axiom
- Serialization support for List
- Namespaces handling
- Inheritances support
- Support for Bean property excludes
- Method overloading support using annotations
Technorati Tags: Axis2,Webservices