|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.bpe.api.ProcessException
com.ibm.bpe.api.BpelException
com.ibm.bpe.api.FaultReplyException
com.ibm.bpe.api.SpecificFaultReplyException
public abstract class SpecificFaultReplyException
A SpecificFaultReplyException states that a fault is returned. It offers methods to operate directly on the fault message contents.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Deprecated. |
Fields inherited from class com.ibm.bpe.api.BpelException |
---|
NAMESPACE_BPEL, NAMESPACE_WPC |
Fields inherited from class com.ibm.bpe.api.ProcessException |
---|
_catalog, _cause, _id, _key, _message, _vars |
Constructor Summary | |
---|---|
SpecificFaultReplyException(FaultReplyException faultReplyException)
Deprecated. Constructs an exception object from the exception passed. |
|
SpecificFaultReplyException(java.lang.Object[] vars,
java.lang.String faultName,
java.io.Serializable faultMessage)
Deprecated. Constructs an exception object with the specified fault name and message and remembers the values of the message variables passed. |
Method Summary | |
---|---|
abstract java.lang.Object |
clone()
Deprecated. Clones this object. |
boolean |
getBooleanPart(java.lang.String partName)
Deprecated. Returns the specified part of type boolean that is contained in the fault message. |
byte |
getBytePart(java.lang.String partName)
Deprecated. Returns the specified part of type byte that is contained in the fault message. |
char |
getCharPart(java.lang.String partName)
Deprecated. Returns the specified part of type char that is contained in the fault message. |
double |
getDoublePart(java.lang.String partName)
Deprecated. Returns the specified part of type double that is contained in the fault message. |
float |
getFloatPart(java.lang.String partName)
Deprecated. Returns the specified part of type float that is contained in the fault message. |
int |
getIntPart(java.lang.String partName)
Deprecated. Returns the specified part of type int that is contained in the fault message. |
long |
getLongPart(java.lang.String partName)
Deprecated. Returns the specified part of type long that is contained in the fault message. |
javax.wsdl.Message |
getMessageDefinition()
Deprecated. Returns the message definition of the fault message. |
java.lang.String |
getName()
Deprecated. Returns the name of the fault. |
java.lang.Object |
getObjectPart(java.lang.String partName)
Deprecated. Returns the specified part that is contained in the fault message. |
java.lang.Object |
getObjectPart(java.lang.String partName,
java.lang.Class type)
Deprecated. Returns the specified part that is contained in the fault message. |
java.util.Iterator |
getPartNames()
Deprecated. Returns an unordered list of part names contained in the fault message. |
java.util.Iterator |
getParts()
Deprecated. Returns an unordered list of parts contained in the fault message. |
java.lang.String |
getRepresentationStyle()
Deprecated. Returns the representation style for all parts in the fault message. |
short |
getShortPart(java.lang.String partName)
Deprecated. Returns the specified part of type short that is contained in the fault message. |
void |
setBooleanPart(java.lang.String partName,
boolean value)
Deprecated. Sets the specified part of type boolean that is contained in the fault message. |
void |
setBytePart(java.lang.String partName,
byte value)
Deprecated. Sets the specified part of type byte that is contained in the fault message. |
void |
setCharPart(java.lang.String partName,
char value)
Deprecated. Sets the specified part of type char that is contained in the fault message. |
void |
setDoublePart(java.lang.String partName,
double value)
Deprecated. Sets the specified part of type double that is contained in the fault message. |
void |
setFloatPart(java.lang.String partName,
float value)
Deprecated. Sets the specified part of type float that is contained in the fault message. |
void |
setIntPart(java.lang.String partName,
int value)
Deprecated. Sets the specified part of type int that is contained in the fault message. |
void |
setLongPart(java.lang.String partName,
long value)
Deprecated. Sets the specified part of type long that is contained in the fault message. |
void |
setMessageDefinition(javax.wsdl.Message msgDef)
Deprecated. Sets the message definition of the fault message. |
void |
setName(java.lang.String faultName)
Deprecated. Sets the name of the fault. |
void |
setObjectPart(java.lang.String partName,
java.lang.Object value)
Deprecated. Sets the specified object part that is contained in the fault message. |
void |
setParts(java.util.Map parts)
Deprecated. Sets the specified parts that are contained in the fault message. |
void |
setRepresentationStyle(java.lang.String style)
Deprecated. Sets the representation style for the parts that are contained in the fault message. |
void |
setShortPart(java.lang.String partName,
short value)
Deprecated. Sets the specified part of type short that is contained in the fault message. |
Methods inherited from class com.ibm.bpe.api.FaultReplyException |
---|
getFaultMessage, getFaultName, setFaultMessage, setFaultMessage |
Methods inherited from class com.ibm.bpe.api.ProcessException |
---|
getCause, getMessage, getMessage, getMessageID, getMessageKey, getMessageVariables, getRootCause, internPrintStackTrace, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public SpecificFaultReplyException(FaultReplyException faultReplyException) throws DataHandlingException
faultReplyException
- The exception that was thrown.
DataHandlingException
public SpecificFaultReplyException(java.lang.Object[] vars, java.lang.String faultName, java.io.Serializable faultMessage)
vars
- The values of the message variables. Can be an empty array. If the
array contains objects, they must be Serializable.faultName
- The fault name.faultMessage
- The fault message.Method Detail |
---|
public boolean getBooleanPart(java.lang.String partName) throws org.apache.wsif.WSIFException
getBooleanPart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.
org.apache.wsif.WSIFException
WSIFMessage.getBooleanPart(java.lang.String)
public byte getBytePart(java.lang.String partName) throws org.apache.wsif.WSIFException
getBytePart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.
org.apache.wsif.WSIFException
WSIFMessage.getBytePart(java.lang.String)
public char getCharPart(java.lang.String partName) throws org.apache.wsif.WSIFException
getCharPart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.
org.apache.wsif.WSIFException
WSIFMessage.getCharPart(java.lang.String)
public double getDoublePart(java.lang.String partName) throws org.apache.wsif.WSIFException
getDoublePart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.
org.apache.wsif.WSIFException
WSIFMessage.getDoublePart(java.lang.String)
public float getFloatPart(java.lang.String partName) throws org.apache.wsif.WSIFException
getFloatPart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.
org.apache.wsif.WSIFException
WSIFMessage.getFloatPart(java.lang.String)
public int getIntPart(java.lang.String partName) throws org.apache.wsif.WSIFException
getIntPart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.
org.apache.wsif.WSIFException
WSIFMessage.getIntPart(java.lang.String)
public long getLongPart(java.lang.String partName) throws org.apache.wsif.WSIFException
getLongPart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.
org.apache.wsif.WSIFException
WSIFMessage.getLongPart(java.lang.String)
public javax.wsdl.Message getMessageDefinition()
getMessageDefinition
in interface org.apache.wsif.WSIFMessage
WSIFMessage.getMessageDefinition()
public java.lang.String getName()
getName
in interface org.apache.wsif.WSIFMessage
WSIFMessage.getName()
public java.lang.Object getObjectPart(java.lang.String partName) throws org.apache.wsif.WSIFException
getObjectPart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.
org.apache.wsif.WSIFException
WSIFMessage.getObjectPart(java.lang.String)
public java.lang.Object getObjectPart(java.lang.String partName, java.lang.Class type) throws org.apache.wsif.WSIFException
getObjectPart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.type
- The type of the part.
org.apache.wsif.WSIFException
WSIFMessage.getObjectPart(java.lang.String,
java.lang.Class)
public java.util.Iterator getPartNames()
getPartNames
in interface org.apache.wsif.WSIFMessage
WSIFMessage.getPartNames()
public java.util.Iterator getParts()
getParts
in interface org.apache.wsif.WSIFMessage
WSIFMessage.getParts()
public java.lang.String getRepresentationStyle()
getRepresentationStyle
in interface org.apache.wsif.WSIFMessage
WSIFMessage.getRepresentationStyle()
public short getShortPart(java.lang.String partName) throws org.apache.wsif.WSIFException
getShortPart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.
org.apache.wsif.WSIFException
WSIFMessage.getShortPart(java.lang.String)
public void setBooleanPart(java.lang.String partName, boolean value)
setBooleanPart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.value
- The value.WSIFMessage.setBooleanPart(java.lang.String, boolean)
public void setBytePart(java.lang.String partName, byte value)
setBytePart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.value
- The value.WSIFMessage.setBytePart(java.lang.String, byte)
public void setCharPart(java.lang.String partName, char value)
setCharPart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.value
- The value.WSIFMessage.setCharPart(java.lang.String, char)
public void setDoublePart(java.lang.String partName, double value)
setDoublePart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.value
- The value.WSIFMessage.setDoublePart(java.lang.String, double)
public void setFloatPart(java.lang.String partName, float value)
setFloatPart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.value
- The value.WSIFMessage.setFloatPart(java.lang.String, float)
public void setIntPart(java.lang.String partName, int value)
setIntPart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.value
- The value.WSIFMessage.setIntPart(java.lang.String, int)
public void setLongPart(java.lang.String partName, long value)
setLongPart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.value
- The value.WSIFMessage.setLongPart(java.lang.String, long)
public void setMessageDefinition(javax.wsdl.Message msgDef)
setMessageDefinition
in interface org.apache.wsif.WSIFMessage
msgDef
- The message definition.WSIFMessage.setMessageDefinition(javax.wsdl.Message)
public void setName(java.lang.String faultName)
setName
in interface org.apache.wsif.WSIFMessage
faultName
- The fault name.WSIFMessage.setName(java.lang.String)
public void setObjectPart(java.lang.String partName, java.lang.Object value) throws org.apache.wsif.WSIFException
setObjectPart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.value
- The value.
org.apache.wsif.WSIFException
WSIFMessage.setObjectPart(java.lang.String,
java.lang.Object)
public void setParts(java.util.Map parts)
setParts
in interface org.apache.wsif.WSIFMessage
parts
- A map of name and value pairs.WSIFMessage.setParts(java.util.Map)
public void setRepresentationStyle(java.lang.String style)
setRepresentationStyle
in interface org.apache.wsif.WSIFMessage
style
- The representation style.WSIFMessage.setRepresentationStyle(java.lang.String)
public void setShortPart(java.lang.String partName, short value)
setShortPart
in interface org.apache.wsif.WSIFMessage
partName
- The name of the part.value
- The value.WSIFMessage.setShortPart(java.lang.String, short)
public abstract java.lang.Object clone()
clone
in interface org.apache.wsif.WSIFMessage
clone
in class java.lang.Object
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |