Package | Description |
---|---|
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.editable |
Modifier and Type | Method and Description |
---|---|
Interface |
Interface.getExtendedInterface(QName interfaceName)
Return the named Interface from the {extended interfaces} property of this Interface.
|
Interface[] |
Interface.getExtendedInterfaces()
Represents the {extended interfaces} property of the Interface component.
|
Interface |
Service.getInterface()
Represents the {interface} property of the Service component.
|
Interface |
Binding.getInterface()
Represents the {interface} property of the Binding component.
|
Interface |
Description.getInterface(QName name)
Returns an Interface with the specified name from the {interfaces} property of this
Description.
|
Interface[] |
Description.getInterfaces()
Represents the {interfaces} property of the Description component.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EdInterface
Represents the editable Interface component from the WSDL 2.0 Component
model.
|
Modifier and Type | Method and Description |
---|---|
void |
EdInterface.addExtendedInterface(Interface interfaceComp) |
void |
EdService.setInterface(Interface interfaceComp) |
void |
EdBinding.setInterface(Interface interfaceComp) |
Copyright ? Apache Software Foundation. All Rights Reserved.