javax.wsdl
public interface PortType extends Serializable, AttributeExtensible
| Method Summary | |
|---|---|
| void | addOperation(Operation operation)
Add an operation to this port type.
|
| Element | getDocumentationElement()
Get the documentation element. |
| Operation | getOperation(String name, String inputName, String outputName)
Get the specified operation. |
| List | getOperations()
Get all the operations defined here. |
| QName | getQName()
Get the name of this port type.
|
| boolean | isUndefined() |
| void | setDocumentationElement(Element docEl)
Set the documentation element for this document. |
| void | setQName(QName name)
Set the name of this port type.
|
| void | setUndefined(boolean isUndefined) |
Parameters: operation the operation to be added
Returns: the documentation element
Parameters: name the name of the desired operation. inputName the name of the input message; if this is null it will be ignored. outputName the name of the output message; if this is null it will be ignored.
Returns: the corresponding operation, or null if there wasn't any matching operation
Returns: the port type name
Parameters: docEl the documentation element
Parameters: name the desired name