|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.databinding.MultiTarget
A MultiTarget aggregates a bunch of targets into a single one. This is used when multiple targets are waiting for a single SOAP multiref deserialization, for instance.
Constructor Summary | |
MultiTarget()
|
Method Summary | |
void |
addTarget(DeserializationTarget target)
Add a target to the list of targets which will be updated when we receive a value. |
void |
setValue(java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MultiTarget()
Method Detail |
public void addTarget(DeserializationTarget target)
target
- public void setValue(java.lang.Object value) throws java.lang.Exception
setValue
in interface DeserializationTarget
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |