Uses of Class
org.kxml2.kdom.Element

Packages that use Element
mymobilesite.communication   
org.ksoap2 This package contains basic classes required for handling SOAP Envelopes and literal XML content. 
org.kxml2.kdom   
 

Uses of Element in mymobilesite.communication
 

Fields in mymobilesite.communication declared as Element
protected  Element LibertyMessage.correlationHeader
           
private  Element SaslMessage.request
           
private  Element ResourceOffering.resourceid
           
protected  Element LibertyMessage.securityHeader
           
private  Element ResourceOffering.token
           
 

Methods in mymobilesite.communication that return Element
 Element ResourceOffering.getResourceId()
           
 Element ResourceOffering.getToken()
           
 

Methods in mymobilesite.communication with parameters of type Element
private  void ResourceOffering.processCredentials(Element credentials)
          This method goes through the credentials and stores the appropriate one, so that it can be used to access the service it is supposed to be used for.
private  void ResourceOffering.processOffering(Element offering)
          Processes the Element containing the resource offering and stores the values that are needed to contact the service provider later.
protected  void WspRequest.processResponse(Element current)
          This method processes the current element and stores the Services so that they can be returned to the LibertyProtocol
protected  void SaslMessage.processResponse(Element element)
          This method processes the current element and stores the ResourceOffering for the Discovery Service so that it can be returned to the LibertyProtocol later.
protected abstract  void LibertyMessage.processResponse(Element current)
          This method processes the current element according to the rules of the implementing subclass.
protected  void DiscoveryQuery.processResponse(Element current)
          This method processes the current element and stores the resource offerings so that they can be returned to the LibertyProtocol later.
 

Constructors in mymobilesite.communication with parameters of type Element
ResourceOffering(Element offering, Element credentials)
          The constructor starts the process of parsing the request and retrieving the appropriate token from the credentials.
 

Uses of Element in org.ksoap2
 

Fields in org.ksoap2 declared as Element
 Element[] SoapEnvelope.headerIn
          Incoming header elements
 Element[] SoapEnvelope.headerOut
          Outgoing header elements
 

Uses of Element in org.kxml2.kdom
 

Methods in org.kxml2.kdom that return Element
 Element Node.createElement(java.lang.String namespace, java.lang.String name)
          Builds a default element with the given properties.
 Element Element.createElement(java.lang.String namespace, java.lang.String name)
          Forwards creation request to parent if any, otherwise calls super.createElement.
 Element Node.getElement(int index)
          returns the element at the given index.
 Element Node.getElement(java.lang.String namespace, java.lang.String name)
          Returns the element with the given namespace and name.
 Element Document.getRootElement()
          returns the root element of this document.