|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterfaceOperation | |
---|---|
org.apache.woden.internal.wsdl20 | |
org.apache.woden.internal.wsdl20.validation | |
org.apache.woden.wsdl20 |
Uses of InterfaceOperation in org.apache.woden.internal.wsdl20 |
---|
Classes in org.apache.woden.internal.wsdl20 that implement InterfaceOperation | |
---|---|
class |
InterfaceOperationImpl
This class represents the InterfaceOperation component from the WSDL 2.0 Component Model and the <operation> child element of the <interface> element. |
Methods in org.apache.woden.internal.wsdl20 that return InterfaceOperation | |
---|---|
InterfaceOperation[] |
InterfaceImpl.getAllInterfaceOperations()
|
InterfaceOperation |
InterfaceImpl.getFromAllInterfaceOperations(QName operName)
|
InterfaceOperation |
BindingOperationImpl.getInterfaceOperation()
|
InterfaceOperation |
InterfaceImpl.getInterfaceOperation(QName operName)
|
InterfaceOperation[] |
InterfaceImpl.getInterfaceOperations()
|
Uses of InterfaceOperation in org.apache.woden.internal.wsdl20.validation |
---|
Methods in org.apache.woden.internal.wsdl20.validation with parameters of type InterfaceOperation | |
---|---|
protected void |
WSDLComponentValidator.validateInterfaceOperations(Interface interfac,
InterfaceOperation[] interfaceOperations,
ErrorReporter errorReporter)
Validate the interface operations in the WSDL component model. |
Uses of InterfaceOperation in org.apache.woden.wsdl20 |
---|
Methods in org.apache.woden.wsdl20 that return InterfaceOperation | |
---|---|
InterfaceOperation[] |
Interface.getAllInterfaceOperations()
Returns the set of all InterfaceOperation components available to this Interface, which includes those declared by this Interface and those defined by the Interfaces it extends, directly or indirectly. |
InterfaceOperation |
Interface.getFromAllInterfaceOperations(QName operName)
Returns the InterfaceOperation with the specified name from the set of all InterfaceOperations available to this Interface, which includes those declared by this Interface and those defined by any Interfaces it extends, directly or indirectly. |
InterfaceOperation |
BindingOperation.getInterfaceOperation()
Returns an InterfaceOperation representing the {interface operation} property of the BindingOperation component. |
InterfaceOperation |
Interface.getInterfaceOperation(QName operName)
Returns the InterfaceOperation with the specified name from the {interface operations} property of this Interface. |
InterfaceOperation[] |
Interface.getInterfaceOperations()
Represents the {interface operations} property of the Interface component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |