|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.jaxws.message.OccurrenceArray
public class 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 | |
|---|---|
OccurrenceArray(java.lang.Object value)
|
|
| Method Summary | |
|---|---|
java.lang.Object[] |
getAsArray()
Get the List or array as a Object[] |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OccurrenceArray(java.lang.Object value)
| Method Detail |
|---|
public java.lang.Object[] getAsArray()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||