|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InterfaceType
This interface represents a port type. It contains information about operations associated with this port type.
| Method Summary | |
|---|---|
void |
addOperation(Operation operation)
Add an operation to this port type. |
Operation |
getOperation(javax.xml.namespace.QName name)
Get the specified operation. |
java.util.List<Operation> |
getOperations()
Get all the operations defined here. |
javax.xml.namespace.QName |
getQName()
Get the name of this port type. |
Operation |
removeOperation(java.lang.String name)
Remove the specified operation. |
void |
setQName(javax.xml.namespace.QName name)
Set the name of this port type. |
| Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement |
|---|
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation |
| Method Detail |
|---|
void setQName(javax.xml.namespace.QName name)
name - the desired namejavax.xml.namespace.QName getQName()
void addOperation(Operation operation)
operation - the operation to be addedOperation getOperation(javax.xml.namespace.QName name)
name - the name of the desired operation.
java.lang.IllegalArgumentException - if duplicate operations are found.java.util.List<Operation> getOperations()
Operation removeOperation(java.lang.String name)
name - the name of the desired operation.
java.lang.IllegalArgumentException - if duplicate operations are found.#getOperation(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||