|
||||||||||
| 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.AbstractEndpointImpl<EndpointType>
com.ebmwebsourcing.commons.wsdl.impl.wsdl20.EndpointImpl
public class EndpointImpl
| Field Summary |
|---|
| Fields inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl |
|---|
documentation, model |
| Constructor Summary | |
|---|---|
EndpointImpl()
|
|
EndpointImpl(EndpointType endpoint,
ServiceImpl serviceImpl)
|
|
| 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. |
java.util.List<org.w3c.dom.Element> |
getOtherElements()
Get all the extensibility elements defined here. |
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 class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl |
|---|
createDocumentation, createElementFromString, getDocumentation, getModel, getOtherAttributes, 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.WSDLElement |
|---|
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation |
| Constructor Detail |
|---|
public EndpointImpl()
public EndpointImpl(EndpointType endpoint,
ServiceImpl serviceImpl)
| Method Detail |
|---|
public Binding getBinding()
Endpoint
getBinding in interface Endpointpublic java.lang.String getName()
Endpoint
getName in interface Endpointpublic java.lang.String getAddress()
Endpoint
getAddress in interface Endpointpublic void setBinding(Binding binding)
Endpoint
setBinding in interface Endpointbinding - the desired bindingpublic void setName(java.lang.String name)
Endpoint
setName in interface Endpointname - the desired namepublic void setAddress(java.lang.String address)
Endpoint
setAddress in interface Endpointaddress - the desired namepublic java.lang.String getHttpAuthenticationRealm()
getHttpAuthenticationRealm in interface Endpointpublic java.lang.String getHttpAuthenticationScheme()
getHttpAuthenticationScheme in interface Endpoint
public java.util.List<org.w3c.dom.Element> getOtherElements()
throws WSDLException
AbstractWSDLElementImpl
getOtherElements in interface WSDLElementgetOtherElements in class AbstractWSDLElementImpl<EndpointType>WSDLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||