|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.service.MessagePartContainer
org.codehaus.xfire.service.FaultInfo
Represents the description of a service operation fault.
Faults are created using theOperationInfo.addFault(String)
method.
Method Summary | |
void |
accept(Visitor visitor)
Acceps the given visitor. |
java.lang.Class |
getExceptionClass()
|
java.lang.String |
getName()
Returns the name of the fault. |
void |
setExceptionClass(java.lang.Class exceptionClass)
|
void |
setName(java.lang.String name)
Sets the name of the fault. |
Methods inherited from class org.codehaus.xfire.service.MessagePartContainer |
addMessagePart, addMessagePart, getMessagePart, getMessagePartIndex, getMessageParts, getOperation, removeMessagePart, size |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name.public void accept(Visitor visitor)
accept
in interface Visitable
visitor
- the visitor.public java.lang.Class getExceptionClass()
public void setExceptionClass(java.lang.Class exceptionClass)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |