|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.service.model.AbstractPropertiesHolder
org.apache.cxf.service.model.AbstractMessageContainer
org.apache.cxf.service.model.FaultInfo
public class FaultInfo
Field Summary |
---|
Fields inherited from class org.apache.cxf.service.model.AbstractMessageContainer |
---|
mName |
Constructor Summary | |
---|---|
FaultInfo(javax.xml.namespace.QName fname,
javax.xml.namespace.QName mname,
OperationInfo info)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
javax.xml.namespace.QName |
getFaultName()
|
int |
hashCode()
|
void |
setFaultName(javax.xml.namespace.QName fname)
|
Methods inherited from class org.apache.cxf.service.model.AbstractMessageContainer |
---|
addMessagePart, addMessagePart, addMessagePart, addOutOfBandMessagePart, getMessagePart, getMessagePart, getMessagePartByIndex, getMessagePartIndex, getMessagePartQName, getMessageParts, getName, getOperation, getOutOfBandParts, removeMessagePart, size |
Methods inherited from class org.apache.cxf.service.model.AbstractPropertiesHolder |
---|
addExtensionAttribute, addExtensor, containsExtensor, equals, getExtensionAttribute, getExtensionAttributes, getExtensor, getExtensors, getExtensors, getProperty, getProperty, getTraversedExtensor, hasProperty, setExtensionAttributes, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FaultInfo(javax.xml.namespace.QName fname, javax.xml.namespace.QName mname, OperationInfo info)
Method Detail |
---|
public javax.xml.namespace.QName getFaultName()
public void setFaultName(javax.xml.namespace.QName fname)
public int hashCode()
hashCode
in class AbstractMessageContainer
public boolean equals(java.lang.Object o)
equals
in class AbstractMessageContainer
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |