|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.runtime.channels.FaultData
public class FaultData
Information about a BPEL fault.
Constructor Summary | |
---|---|
FaultData(javax.xml.namespace.QName fault,
org.w3c.dom.Element faultMsg,
OVarType faultVarType,
OBase location)
|
|
FaultData(javax.xml.namespace.QName fault,
OBase location,
java.lang.String explanation)
|
Method Summary | |
---|---|
protected int |
findLineNo(OBase location)
Find the best line number for the given location. |
int |
getActivityId()
|
java.lang.String |
getExplanation()
|
int |
getFaultLineNo()
|
org.w3c.dom.Element |
getFaultMessage()
Return potential message associated with fault. |
javax.xml.namespace.QName |
getFaultName()
Get the fault name. |
OVarType |
getFaultType()
The message type of the fault message data. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FaultData(javax.xml.namespace.QName fault, OBase location, java.lang.String explanation)
public FaultData(javax.xml.namespace.QName fault, org.w3c.dom.Element faultMsg, OVarType faultVarType, OBase location)
Method Detail |
---|
public org.w3c.dom.Element getFaultMessage()
public OVarType getFaultType()
public javax.xml.namespace.QName getFaultName()
public int getFaultLineNo()
public java.lang.String getExplanation()
public int getActivityId()
protected int findLineNo(OBase location)
location
-
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |