|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSDLComponent
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. |
ComponentExtensionContext |
getComponentExtensionContext(java.net.URI extNamespace)
Returns the ComponentExtensionContext object that provides access to this WSDL component's extension properties from the specified namespace. |
FragmentIdentifier |
getFragmentIdentifier()
Returns the fragment identifier for this WSDL 2.0 component. |
void |
setComponentExtensionContext(java.net.URI extNamespace,
ComponentExtensionContext compExtCtx)
Stores the ComponentExtensionContext object that provides access to this WSDL component's extension properties from the specified namespace. |
java.lang.String |
toString()
Returns a String serialisation of the fragment identifier for this WSDL 2.0 component. |
Methods inherited from interface org.apache.woden.wsdl20.extensions.PropertyExtensible |
---|
getExtensionProperties, getExtensionProperties, getExtensionProperty |
Method Detail |
---|
boolean equals(WSDLComponent comp)
comp
- the WSDL component that this component will be compared to
void setComponentExtensionContext(java.net.URI extNamespace, ComponentExtensionContext compExtCtx)
extNamespace
- the namespace URI of the extension propertiescompExtCtx
- the ComponentExtensionContext object for accessing the extension propertiesComponentExtensionContext getComponentExtensionContext(java.net.URI extNamespace)
extNamespace
- the namespace URI of the extension properties
FragmentIdentifier getFragmentIdentifier()
java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |