|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.tools.ws.wsdl.framework.Entity
com.sun.tools.ws.wsdl.document.Fault
public class Fault
Entity corresponding to the "fault" child element of a port type operation.
| Field Summary |
|---|
| Fields inherited from class com.sun.tools.ws.wsdl.framework.Entity |
|---|
errorReceiver |
| Constructor Summary | |
|---|---|
Fault(org.xml.sax.Locator locator)
|
|
| Method Summary | |
|---|---|
void |
accept(WSDLDocumentVisitor visitor)
|
void |
addExtension(TWSDLExtension e)
An TWSDLExtensionHandler will call this method to add an TWSDLExtension object |
java.lang.Iterable<TWSDLExtension> |
extensions()
Gives iterator over TWSDLExtensions |
java.lang.String |
getAction()
|
Documentation |
getDocumentation()
|
javax.xml.namespace.QName |
getElementName()
|
javax.xml.namespace.QName |
getMessage()
|
java.lang.String |
getName()
|
java.lang.String |
getNamespaceURI()
Gives namespace URI of a wsdl extensibility element. |
java.lang.String |
getNameValue()
Gives the wsdl extensiblity element's name attribute value. |
TWSDLExtensible |
getParent()
Gives the parent of a wsdl extensibility element. |
javax.xml.namespace.QName |
getWSDLElementName()
Gives the WSDL element or WSDL extensibility element name |
Message |
resolveMessage(AbstractDocument document)
|
void |
setAction(java.lang.String _action)
|
void |
setDocumentation(Documentation d)
|
void |
setMessage(javax.xml.namespace.QName n)
|
void |
setName(java.lang.String name)
|
void |
setParent(TWSDLExtensible parent)
|
void |
validateThis()
|
void |
withAllEntityReferencesDo(EntityReferenceAction action)
|
void |
withAllQNamesDo(QNameAction action)
|
| Methods inherited from class com.sun.tools.ws.wsdl.framework.Entity |
|---|
failValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllSubEntitiesDo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Fault(org.xml.sax.Locator locator)
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
public javax.xml.namespace.QName getMessage()
public void setMessage(javax.xml.namespace.QName n)
public Message resolveMessage(AbstractDocument document)
public javax.xml.namespace.QName getElementName()
getElementName in interface Elementalpublic Documentation getDocumentation()
public void setDocumentation(Documentation d)
public void withAllQNamesDo(QNameAction action)
withAllQNamesDo in class Entitypublic void withAllEntityReferencesDo(EntityReferenceAction action)
withAllEntityReferencesDo in class Entity
public void accept(WSDLDocumentVisitor visitor)
throws java.lang.Exception
java.lang.Exceptionpublic void validateThis()
validateThis in class Entitypublic java.lang.String getNameValue()
TWSDLExtensible
getNameValue in interface TWSDLExtensiblepublic java.lang.String getNamespaceURI()
TWSDLExtensible
getNamespaceURI in interface TWSDLExtensiblepublic javax.xml.namespace.QName getWSDLElementName()
TWSDLExtensible
getWSDLElementName in interface TWSDLExtensiblepublic void addExtension(TWSDLExtension e)
TWSDLExtensibleTWSDLExtensionHandler will call this method to add an TWSDLExtension object
addExtension in interface TWSDLExtensiblee - non-null extension objectpublic java.lang.Iterable<TWSDLExtension> extensions()
TWSDLExtensibleTWSDLExtensions
extensions in interface TWSDLExtensiblepublic TWSDLExtensible getParent()
TWSDLExtensible
For example,
...
Here, the TWSDLExtensiblerepresenting wsdl:operation's parent would be wsdl:portType
- Specified by:
getParent in interface TWSDLExtensible
- Returns:
- null if the
TWSDLExtensible has no parent, root of wsdl document - wsdl:definition.
public void setParent(TWSDLExtensible parent)
public java.lang.String getAction()
public void setAction(java.lang.String _action)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||