Uses of Class
org.objectweb.xml.util.XElement

Packages that use XElement
org.objectweb.jotm.btp.messages   
org.objectweb.jotm.btp.roles   
org.objectweb.jotm.btp.samples   
org.objectweb.xml.util   
 

Uses of XElement in org.objectweb.jotm.btp.messages
 

Methods in org.objectweb.jotm.btp.messages that return XElement
 XElement TransactionConfirmed.toXml()
           
 XElement TransactionCancelled.toXml()
           
 XElement SuperiorState.toXml()
           
 XElement Status.toXml()
           
 XElement Resigned.toXml()
           
 XElement Resign.toXml()
           
 XElement RequestStatus.toXml()
           
 XElement RequestInferiorStatuses.toXml()
           
 XElement RelatedGroup.toXml()
           
 XElement Redirect.toXml()
           
 XElement Prepared.toXml()
           
 XElement PrepareInferiors.toXml()
           
 XElement Prepare.toXml()
           
static XElement MessageParser.parseXml(String xml)
           
 XElement JotmAdmin.toXml()
           
 XElement StatusItem.toXml()
           
 XElement InferiorStatuses.toXml()
           
 XElement InferiorState.toXml()
           
 XElement Hazard.toXml()
           
 XElement Fault.toXml()
           
 XElement Enrolled.toXml()
           
 XElement Enrol.toXml()
           
 XElement Contradiction.toXml()
           
 XElement ContextReply.toXml()
           
 XElement Confirmed.toXml()
           
 XElement ConfirmTransaction.toXml()
           
 XElement ConfirmOnePhase.toXml()
           
 XElement Confirm.toXml()
           
 XElement ClientMessage.toXml()
           
 XElement Cancelled.toXml()
           
 XElement CancelTransaction.toXml()
           
 XElement CancelInferiors.toXml()
           
 XElement Cancel.toXml()
           
 XElement Begun.toXml()
           
 XElement Begin.toXml()
           
 XElement ApplicationMessage.toXml()
           
 XElement Context.toXml()
           
 XElement Qualifier.elementAt(int pos)
           
 XElement Qualifier.toXml()
           
 XElement Address.toXml()
           
 XElement BtpMessage.toXml()
           
 

Methods in org.objectweb.jotm.btp.messages with parameters of type XElement
protected  void Redirect.addOldAddress(XElement el)
           
protected  void Redirect.addNewAddress(XElement el)
           
 void JotmAdmin.addInfo(XElement el)
           
protected  void Enrol.addInferiorAddress(XElement el)
           
 void Qualifier.addElement(XElement c)
           
protected  void BtpMessage.addQualifiers(XElement el)
           
protected  void BtpMessage.addTargetAddress(XElement el)
           
protected  void BtpMessage.addReplyAddress(XElement el)
           
protected  void BtpMessage.addSenderAddress(XElement el)
           
 

Constructors in org.objectweb.jotm.btp.messages with parameters of type XElement
TransactionTimelimit(XElement el)
           
TransactionConfirmed(XElement el)
           
TransactionCancelled(XElement el)
           
SuperiorState(XElement el)
           
Status(XElement el)
           
Resigned(XElement el)
           
Resign(XElement el)
           
RequestStatus(XElement el)
           
RequestInferiorStatuses(XElement el)
           
RelatedGroup(XElement el)
           
Redirect(XElement el)
           
Prepared(XElement el)
           
PrepareInferiors(XElement el)
           
Prepare(XElement el)
           
MinimumInferiorTimeout(XElement el)
           
JotmAdmin(XElement el)
           
InferiorTimeout(XElement el)
           
StatusItem(XElement el)
           
InferiorStatuses(XElement el)
           
InferiorState(XElement el)
           
InferiorName(XElement el)
           
Hazard(XElement el)
           
Fault(XElement el)
           
Enrolled(XElement el)
           
Enrol(XElement el)
           
Contradiction(XElement el)
           
ContextReply(XElement el)
           
Confirmed(XElement el)
           
ConfirmTransaction(XElement el)
           
ConfirmOnePhase(XElement el)
           
Confirm(XElement el)
           
ClientMessage(XElement el)
           
Cancelled(XElement el)
           
CancelTransaction(XElement el)
           
CancelInferiors(XElement el)
           
Cancel(XElement el)
           
Begun(XElement el)
           
Begin(XElement el)
           
ApplicationMessage(XElement el)
           
Context(XElement el)
           
Qualifier(XElement el)
           
Address(XElement el)
           
BtpMessage(XElement el, int type)
           
 

Uses of XElement in org.objectweb.jotm.btp.roles
 

Methods in org.objectweb.jotm.btp.roles with parameters of type XElement
protected  String Inferior.onApplicationMessage(String transactionid, XElement message)
           
 String Inferior.applicationMessage(String transactionid, XElement message)
           
 String Superior.applicationMessage(String transactionid, XElement message)
           
 String BtpResource.applicationMessage(String transactionid, XElement message)
           
 

Uses of XElement in org.objectweb.jotm.btp.samples
 

Methods in org.objectweb.jotm.btp.samples with parameters of type XElement
 String SampleWebService.applicationMessage(String transactionid, XElement message)
           
 

Uses of XElement in org.objectweb.xml.util
 

Methods in org.objectweb.xml.util that return XElement
 XElement XPullParser.processDocument(Reader in)
           
 XElement XPullParser.processTag()
           
 XElement XElement.addElement(XElement e)
          Add an element as a child of this node.
 XElement XElement.getElement(String localname)
          Lookup an element in this node's children.
 

Methods in org.objectweb.xml.util with parameters of type XElement
 XElement XElement.addElement(XElement e)
          Add an element as a child of this node.
 boolean XElement.addElement(String path, XElement e, boolean reuse)
          Add an element to the XML tree according to a path.