|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Endpoint
This interface represents a port, an endpoint for the functionality described by a particular port type.
| Method Summary | |
|---|---|
java.lang.String |
getAddress()
Get the address of this port. |
Binding |
getBinding()
Get the binding this port refers to. |
java.lang.String |
getHttpAuthenticationRealm()
|
java.lang.String |
getHttpAuthenticationScheme()
|
java.lang.String |
getName()
Get the name of this port. |
void |
setAddress(java.lang.String address)
Set the address 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 com.ebmwebsourcing.commons.wsdl.api.WSDLElement |
|---|
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation |
| Method Detail |
|---|
void setName(java.lang.String name)
name - the desired namejava.lang.String getName()
void setAddress(java.lang.String address)
address - the desired namejava.lang.String getAddress()
void setBinding(Binding binding)
binding - the desired bindingBinding getBinding()
java.lang.String getHttpAuthenticationScheme()
java.lang.String getHttpAuthenticationRealm()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||