|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |