Package | Description |
---|---|
org.apache.woden.internal.wsdl20 | |
org.apache.woden.internal.wsdl20.validation | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.editable |
Modifier and Type | Class and Description |
---|---|
class |
InterfaceImpl
This class represents the Interface component from the
WSDL 2.0 Component Model and <interface> element.
|
Modifier and Type | Method and Description |
---|---|
Interface |
InterfaceImpl.getExtendedInterface(QName qname) |
Interface[] |
InterfaceImpl.getExtendedInterfaces() |
Interface |
BindingImpl.getInterface() |
Interface |
ServiceImpl.getInterface() |
Interface |
DescriptionImpl.getInterface(QName name) |
Interface[] |
DescriptionImpl.getInterfaces() |
Modifier and Type | Method and Description |
---|---|
void |
InterfaceImpl.addExtendedInterface(Interface interfaceComp) |
void |
BindingImpl.setInterface(Interface interfaceComp) |
void |
ServiceImpl.setInterface(Interface interfaceComp) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
WSDLComponentValidator.testAssertionInterface1009(Interface interfac,
ErrorReporter errorReporter)
Test assertion Interface-1009.
|
protected boolean |
WSDLComponentValidator.testAssertionInterface1010(Interface[] interfaces,
ErrorReporter errorReporter)
Test assertion Interface-1010.
|
protected void |
WSDLComponentValidator.validateInterfaceOperations(Interface interfac,
InterfaceOperation[] interfaceOperations,
ErrorReporter errorReporter)
Validate the interface operations in the WSDL component model.
|
protected void |
WSDLComponentValidator.validateInterfaces(Interface[] interfaces,
ErrorReporter errorReporter)
Validate the interfaces in the WSDL component model.
|
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 |
EdBinding.setInterface(Interface interfaceComp) |
void |
EdService.setInterface(Interface interfaceComp) |
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.