|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbsItfEndpoint<S extends AbsItfService,B extends AbsItfBinding>
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. |
B |
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. |
S |
getService()
|
void |
setAddress(java.lang.String address)
Set the address of this port. |
void |
setBinding(B 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 org.ow2.easywsdl.schema.api.XMLElement |
---|
addOtherElements, getOtherElements |
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
---|
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, 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(B binding)
binding
- the desired bindingB getBinding()
S getService()
java.lang.String getHttpAuthenticationScheme()
java.lang.String getHttpAuthenticationRealm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |