|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a port, an endpoint for the functionality described by a particular port type.
Field Summary |
Fields inherited from interface javax.wsdl.extensions.AttributeExtensible |
LIST_OF_QNAMES_TYPE, LIST_OF_STRINGS_TYPE, NO_DECLARED_TYPE, QNAME_TYPE, STRING_TYPE |
Method Summary | |
Binding |
getBinding()
Get the binding this port refers to. |
java.lang.String |
getName()
Get the name of this port. |
void |
setBinding(Binding binding)
Set the binding this port should refer to. |
void |
setName(java.lang.String name)
Set the name of this port. |
Methods inherited from interface javax.wsdl.WSDLElement |
getDocumentationElement, setDocumentationElement |
Methods inherited from interface javax.wsdl.extensions.AttributeExtensible |
getExtensionAttribute, getExtensionAttributes, getNativeAttributeNames, setExtensionAttribute |
Methods inherited from interface javax.wsdl.extensions.ElementExtensible |
addExtensibilityElement, getExtensibilityElements, removeExtensibilityElement |
Method Detail |
public void setName(java.lang.String name)
name
- the desired namepublic java.lang.String getName()
public void setBinding(Binding binding)
binding
- the desired bindingpublic Binding getBinding()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |