|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Collection | |
com.infoengine.soap.util |
Uses of Collection in com.infoengine.soap.util |
Methods in com.infoengine.soap.util that return Collection | |
static Collection |
SOAPUtils.elementToCollection(javax.xml.soap.SOAPElement elm,
javax.xml.soap.SOAPMessage message)
Turns a SOAPElement representing an I*E collection back into a collection. |
static Collection |
IESOAPUtils.lightweight(IeCollection col)
Turns a heavy I*E collection into a lightweight one. |
Methods in com.infoengine.soap.util with parameters of type Collection | |
static void |
SOAPUtils.collectionToElement(Collection col,
javax.xml.soap.SOAPElement parent,
javax.xml.soap.SOAPMessage message)
Turns an I*E collection into a SOAPElement. |
static void |
SOAPUtils.collectionToElement(Collection col,
javax.xml.soap.SOAPElement parent,
javax.xml.soap.SOAPMessage message,
String eName,
boolean type,
boolean qualify)
Turns an I*E collection into a SOAPElement. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |