xsul.wsdl.impl
Class WsdlPortTypeComponent
java.lang.Object
XmlElementAdapter
xsul.wsdl.impl.WsdlPortTypeComponent
- All Implemented Interfaces:
- DataValidation
- Direct Known Subclasses:
- WsdlPortTypeInput, WsdlPortTypeOutput
- public abstract class WsdlPortTypeComponent
- extends XmlElementAdapter
- implements DataValidation
Base class for WSDL portType input/output/fault.
- Version:
- $Revision: 1.3 $
- Author:
- Aleksander Slominski
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WsdlPortTypeComponent
public WsdlPortTypeComponent(XmlElement target)
getDefinitions
public WsdlDefinitions getDefinitions()
getPortTypeOperation
public WsdlPortTypeOperation getPortTypeOperation()
getMessage
public QName getMessage()
throws DataValidationException
- Throws:
DataValidationException
lookupMessage
public WsdlMessage lookupMessage()
validateData
public void validateData()
throws DataValidationException
- Specified by:
validateData in interface DataValidation
- Throws:
DataValidationException
toString
public java.lang.String toString()
IU Extreme! Lab (http://www.extreme.indiana.edu)