|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interface | |
---|---|
org.apache.woden.internal.wsdl20 | |
org.apache.woden.internal.wsdl20.validation | |
org.apache.woden.wsdl20 |
Uses of Interface in org.apache.woden.internal.wsdl20 |
---|
Classes in org.apache.woden.internal.wsdl20 that implement Interface | |
---|---|
class |
InterfaceImpl
This class represents the Interface component from the WSDL 2.0 Component Model and <interface> element. |
Methods in org.apache.woden.internal.wsdl20 that return Interface | |
---|---|
Interface |
InterfaceImpl.getExtendedInterface(QName qname)
|
Interface[] |
InterfaceImpl.getExtendedInterfaces()
|
Interface |
ServiceImpl.getInterface()
|
Interface |
BindingImpl.getInterface()
|
Interface |
DescriptionImpl.getInterface(QName name)
|
Interface[] |
DescriptionImpl.getInterfaces()
|
Uses of Interface in org.apache.woden.internal.wsdl20.validation |
---|
Methods in org.apache.woden.internal.wsdl20.validation with parameters of type Interface | |
---|---|
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. |
Uses of Interface in org.apache.woden.wsdl20 |
---|
Methods in org.apache.woden.wsdl20 that return Interface | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |