Package org.apache.axis2.jaxws.message
Class OccurrenceArray
java.lang.Object
org.apache.axis2.jaxws.message.OccurrenceArray
Used by the marshaling engine to wrap an array or List
to indicate that the components should be marshaled
as a series of elements (occurrence elements).
The DocLitMinimalMethodMarshaller will create
a JAXBElement whose name is the name of the elements
and whose value is a OccurrenceArray that
holds a List or array
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OccurrenceArray
-
-
Method Details
-
getAsArray
Get the List or array as a Object[]- Returns:
- Object[]
-