public interface WSDLComponent extends PropertyExtensible
Modifier and Type | Method and Description |
---|---|
boolean |
equals(WSDLComponent comp)
Deprecated.
Use isEquivalentTo(WSDLComponent)
|
ComponentExtensionContext |
getComponentExtensionContext(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.
|
boolean |
isEquivalentTo(WSDLComponent comp)
Tests whether this component is logically equivalent the specified component.
|
void |
setComponentExtensionContext(URI extNamespace,
ComponentExtensionContext compExtCtx)
Stores the ComponentExtensionContext object that provides access to this WSDL component's
extension properties from the specified namespace.
|
String |
toString()
Returns a String serialisation of the fragment identifier for this WSDL 2.0 component.
|
getExtensionProperties, getExtensionProperties, getExtensionProperty
boolean isEquivalentTo(WSDLComponent comp)
comp
- the WSDL component that this component will be compared toboolean equals(WSDLComponent comp)
comp
- the WSDL component that this component will be compared toisEquivalentTo(WSDLComponent)
void setComponentExtensionContext(URI extNamespace, ComponentExtensionContext compExtCtx)
extNamespace
- the namespace URI of the extension propertiescompExtCtx
- the ComponentExtensionContext object for accessing the extension propertiesComponentExtensionContext getComponentExtensionContext(URI extNamespace)
extNamespace
- the namespace URI of the extension propertiesFragmentIdentifier getFragmentIdentifier()
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.