Package com.sun.xml.rpc.wsdl.document
Class Output
- java.lang.Object
-
- com.sun.xml.rpc.wsdl.framework.Entity
-
- com.sun.xml.rpc.wsdl.document.Output
-
-
Constructor Summary
Constructors Constructor Description Output()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(WSDLDocumentVisitor visitor)DocumentationgetDocumentation()QNamegetElementName()QNamegetMessage()StringgetName()MessageresolveMessage(AbstractDocument document)voidsetDocumentation(Documentation d)voidsetMessage(QName n)voidsetName(String name)voidvalidateThis()voidwithAllEntityReferencesDo(EntityReferenceAction action)voidwithAllQNamesDo(QNameAction action)-
Methods inherited from class com.sun.xml.rpc.wsdl.framework.Entity
failValidation, failValidation, getProperty, removeProperty, setProperty, withAllSubEntitiesDo
-
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getMessage
public QName getMessage()
-
setMessage
public void setMessage(QName n)
-
resolveMessage
public Message resolveMessage(AbstractDocument document)
-
getElementName
public QName getElementName()
-
getDocumentation
public Documentation getDocumentation()
-
setDocumentation
public void setDocumentation(Documentation d)
-
withAllQNamesDo
public void withAllQNamesDo(QNameAction action)
- Overrides:
withAllQNamesDoin classEntity
-
withAllEntityReferencesDo
public void withAllEntityReferencesDo(EntityReferenceAction action)
- Overrides:
withAllEntityReferencesDoin classEntity
-
accept
public void accept(WSDLDocumentVisitor visitor) throws Exception
- Throws:
Exception
-
validateThis
public void validateThis()
- Specified by:
validateThisin classEntity
-
-