|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.ws.wadl.ast.AbstractNode
org.jvnet.ws.wadl.ast.FaultNode
public class FaultNode
Represents a WADL fault.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jvnet.ws.wadl.ast.AbstractNode |
|---|
AbstractNode.NodeVisitor |
| Constructor Summary | |
|---|---|
FaultNode(Representation f)
Creates a new instance of FaultNode. |
|
| Method Summary | |
|---|---|
String |
getClassName()
Convenience function for generating a suitable Java class name for this WADL fault. |
List<Doc> |
getDoc()
List of child documentation elements. |
QName |
getElement()
Get the XML root element of the fault representation. |
Locator |
getLocation()
|
String |
getMediaType()
Get the media type of the fault. |
String |
getMediaTypeAsClassName()
Convenience function for generating a suitable Java class name for this WADL fault based on the media type. |
List<Param> |
getParam()
Get the child parameters. |
| Methods inherited from class org.jvnet.ws.wadl.ast.AbstractNode |
|---|
visit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FaultNode(Representation f)
f - the unmarshalled JAXB-generated fault object.| Method Detail |
|---|
public String getClassName()
public String getMediaTypeAsClassName()
public String getMediaType()
public QName getElement()
public List<Param> getParam()
public List<Doc> getDoc()
public Locator getLocation()
getLocation in class AbstractNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||