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
- All Implemented Interfaces:
Elemental
Entity corresponding to the "output" child element of a port type operation.
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(WSDLDocumentVisitor visitor) getName()resolveMessage(AbstractDocument document) voidvoidsetMessage(QName n) voidvoidvoidvoidwithAllQNamesDo(QNameAction action) Methods inherited from class com.sun.xml.rpc.wsdl.framework.Entity
failValidation, failValidation, getProperty, removeProperty, setProperty, withAllSubEntitiesDo
-
Constructor Details
-
Output
public Output()
-
-
Method Details
-
getName
-
setName
-
getMessage
-
setMessage
-
resolveMessage
-
getElementName
-
getDocumentation
-
setDocumentation
-
withAllQNamesDo
- Overrides:
withAllQNamesDoin classEntity
-
withAllEntityReferencesDo
- Overrides:
withAllEntityReferencesDoin classEntity
-
accept
- Throws:
Exception
-
validateThis
public void validateThis()- Specified by:
validateThisin classEntity
-