Package com.sun.xml.rpc.wsdl.document
Class Input
java.lang.Object
com.sun.xml.rpc.wsdl.framework.Entity
com.sun.xml.rpc.wsdl.document.Input
- All Implemented Interfaces:
Elemental
Entity corresponding to the "input" 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
-
Input
public Input()
-
-
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
-