com.infoengine.soap.util
Interface SOAPUtils.ArrayHandler

Enclosing interface:
SOAPUtils

static interface SOAPUtils.ArrayHandler

Package access interface that is used as a callback for array des11n of I*E attributes. This interface makes it possible to repopulate multi-valued attribute state w/out a lot of extra over-head and redundant element handling.


Method Summary
 void handleArrayMember(javax.xml.soap.SOAPElement arrayMember, Object deserializedValue, javax.xml.soap.SOAPMessage message)
           
 

Method Detail

handleArrayMember

public void handleArrayMember(javax.xml.soap.SOAPElement arrayMember,
                              Object deserializedValue,
                              javax.xml.soap.SOAPMessage message)
                       throws javax.xml.soap.SOAPException
Throws:
javax.xml.soap.SOAPException