|
|||||||||
| 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,
org.apache.ode.bpel.o.OVarType faultVarType,
org.apache.ode.bpel.o.OBase location)
|
|
FaultData(javax.xml.namespace.QName fault,
org.apache.ode.bpel.o.OBase location,
java.lang.String explanation)
|
|
| Method Summary | |
|---|---|
protected int |
findLineNo(org.apache.ode.bpel.o.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. |
org.apache.ode.bpel.o.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,
org.apache.ode.bpel.o.OBase location,
java.lang.String explanation)
public FaultData(javax.xml.namespace.QName fault,
org.w3c.dom.Element faultMsg,
org.apache.ode.bpel.o.OVarType faultVarType,
org.apache.ode.bpel.o.OBase location)
| Method Detail |
|---|
public org.w3c.dom.Element getFaultMessage()
public org.apache.ode.bpel.o.OVarType getFaultType()
public javax.xml.namespace.QName getFaultName()
public int getFaultLineNo()
public java.lang.String getExplanation()
public int getActivityId()
protected int findLineNo(org.apache.ode.bpel.o.OBase location)
location -
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||