Interface WSDLFeaturedObject

All Superinterfaces:
WSDLObject
All Known Subinterfaces:
EditableWSDLBoundPortType, EditableWSDLPort, WSDLBoundPortType, WSDLPort
All Known Implementing Classes:
WSDLBoundPortTypeImpl, WSDLPortImpl

public interface WSDLFeaturedObject extends WSDLObject
WSDLObject that can have features associated with it.

WSDLParserExtensions can add features to this object, which will then be incorporated when Dispatchs and proxies are created for the port.

Author:
Kohsuke Kawaguchi