Package | Description |
---|---|
org.apache.woden.internal.wsdl20 | |
org.apache.woden.internal.wsdl20.validation | |
org.apache.woden.wsdl20 |
Modifier and Type | Class and Description |
---|---|
class |
InterfaceOperationImpl
This class represents the InterfaceOperation component from the WSDL 2.0 Component
Model and the <operation> child element of the <interface> element.
|
Modifier and Type | Method and Description |
---|---|
InterfaceOperation[] |
InterfaceImpl.getAllInterfaceOperations() |
InterfaceOperation |
InterfaceImpl.getFromAllInterfaceOperations(QName operName) |
InterfaceOperation |
BindingOperationImpl.getInterfaceOperation() |
InterfaceOperation |
InterfaceImpl.getInterfaceOperation(QName operName) |
InterfaceOperation[] |
InterfaceImpl.getInterfaceOperations() |
Modifier and Type | Method and Description |
---|---|
protected void |
WSDLComponentValidator.validateInterfaceOperations(Interface interfac,
InterfaceOperation[] interfaceOperations,
ErrorReporter errorReporter)
Validate the interface operations in the WSDL component model.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.