|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the top-level super-type of all WSDL 2.0 Components. Every WSDL 2.0 Component interface must extend this interface, directly or indirectly. It provides a common way to refer to any type of WSDL Component. It defines behaviour common to all WSDL components, such as testing for equivalence and accessing extension properties.
Method Summary | |
boolean |
equals(WSDLComponent comp)
Tests whether this component is logically equivalent the specified component. |
ComponentExtensions |
getComponentExtensionsForNamespace(java.net.URI namespace)
Gets the group of extension properties, belonging to the specified non-WSDL namespace, that extend this WSDL component. |
Method Detail |
public boolean equals(WSDLComponent comp)
comp
- the WSDL component that this component will be compared to
public ComponentExtensions getComponentExtensionsForNamespace(java.net.URI namespace)
namespace
- a namespace URI different to the WSDL 2.0 namespace.
ComponentExtensions
with the specified namespace.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |