|
||||||||||
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
public class 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. |
String |
getDocumentation()
|
Class |
getExceptionClass()
|
QName |
getMessageName()
|
String |
getName()
Returns the name of the fault. |
void |
setDocumentation(String documentation)
|
void |
setExceptionClass(Class exceptionClass)
|
void |
setMessageName(QName messageName)
|
void |
setName(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 String getDocumentation()
public void setDocumentation(String documentation)
public String getName()
public void setName(String name)
name
- the name.public void accept(Visitor visitor)
accept
in interface Visitable
visitor
- the visitor.public Class getExceptionClass()
public void setExceptionClass(Class exceptionClass)
public QName getMessageName()
public void setMessageName(QName messageName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |