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 void
accept(WSDLDocumentVisitor visitor)
Documentation
getDocumentation()
QName
getElementName()
QName
getMessage()
String
getName()
Message
resolveMessage(AbstractDocument document)
void
setDocumentation(Documentation d)
void
setMessage(QName n)
void
setName(String name)
void
validateThis()
void
withAllEntityReferencesDo(EntityReferenceAction action)
void
withAllQNamesDo(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:
withAllQNamesDo
in classEntity
-
withAllEntityReferencesDo
public void withAllEntityReferencesDo(EntityReferenceAction action)
- Overrides:
withAllEntityReferencesDo
in classEntity
-
accept
public void accept(WSDLDocumentVisitor visitor) throws Exception
- Throws:
Exception
-
validateThis
public void validateThis()
- Specified by:
validateThis
in classEntity
-
-