|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
com.infoengine.connector | |
com.infoengine.object.factory | |
com.infoengine.soap.util |
Uses of Attribute in com.infoengine.connector |
Methods in com.infoengine.connector that return Attribute | |
Attribute |
Element.getAttribute(String name)
get an attribute by name |
Methods in com.infoengine.connector with parameters of type Attribute | |
void |
Element.addAttribute(Attribute a)
add an attribute to this element |
Uses of Attribute in com.infoengine.object.factory |
Methods in com.infoengine.object.factory with parameters of type Attribute | |
private Att |
Group.copyConnectorAttribute(Attribute att)
|
Uses of Attribute in com.infoengine.soap.util |
Methods in com.infoengine.soap.util that return Attribute | |
static Attribute |
SOAPUtils.elementToAttribute(javax.xml.soap.SOAPElement elm,
javax.xml.soap.SOAPMessage message)
Turns a SOAPElement representing an I*E attribute back into a attribute. |
static Attribute |
IESOAPUtils.lightweight(Att a)
Turns a heavy I*E attribute into a lightweight one. |
Methods in com.infoengine.soap.util with parameters of type Attribute | |
static void |
SOAPUtils.attributeToElement(Attribute att,
javax.xml.soap.SOAPElement parent,
javax.xml.soap.SOAPMessage message)
Turns an I*E attribute into a SOAPElement. |
static void |
SOAPUtils.attributeToElement(Attribute att,
javax.xml.soap.SOAPElement parent,
javax.xml.soap.SOAPMessage message,
String eName,
boolean type,
boolean qualify)
Turns an I*E attribute into a SOAPElement. |
private static void |
IESOAPUtils.addLightweightValue(Attribute att,
Object o)
Adds a value to an attribute. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |