|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractInterfaceTypeImpl<TPortType>
com.ebmwebsourcing.commons.wsdl.impl.wsdl11.InterfaceTypeImpl
public class InterfaceTypeImpl
| Field Summary |
|---|
| Fields inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractInterfaceTypeImpl |
|---|
desc, operations |
| Fields inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl |
|---|
documentation, model |
| Constructor Summary | |
|---|---|
InterfaceTypeImpl(TPortType itf,
DescriptionImpl desc)
|
|
| Method Summary | |
|---|---|
void |
addOperation(Operation op)
Add an operation to this port type. |
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 class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractInterfaceTypeImpl |
|---|
getDescription, getOperation, getOperations |
| Methods inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl |
|---|
createDocumentation, createElementFromString, getDocumentation, getModel, getOtherAttributes, getOtherElements, setDocumentation, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.InterfaceType |
|---|
getOperation, getOperations |
| Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement |
|---|
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation |
| Constructor Detail |
|---|
public InterfaceTypeImpl(TPortType itf,
DescriptionImpl desc)
| Method Detail |
|---|
public javax.xml.namespace.QName getQName()
InterfaceType
getQName in interface InterfaceTypepublic void addOperation(Operation op)
InterfaceType
addOperation in interface InterfaceTypeaddOperation in class AbstractInterfaceTypeImpl<TPortType>op - the operation to be addedpublic Operation removeOperation(java.lang.String name)
InterfaceType
removeOperation in interface InterfaceTypename - the name of the desired operation.#getOperation(String)public void setQName(javax.xml.namespace.QName name)
InterfaceType
setQName in interface InterfaceTypename - the desired name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||