com.ebmwebsourcing.commons.wsdl.api
Interface Endpoint

All Superinterfaces:
java.io.Serializable, WSDLElement
All Known Implementing Classes:
AbstractEndpointImpl, EndpointImpl, EndpointImpl

public interface Endpoint
extends WSDLElement

This interface represents a port, an endpoint for the functionality described by a particular port type.

Author:
Nicolas Salatge - eBM WebSourcing

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

setName

void setName(java.lang.String name)
Set the name of this port.

Parameters:
name - the desired name

getName

java.lang.String getName()
Get the name of this port.

Returns:
the port name

setAddress

void setAddress(java.lang.String address)
Set the address of this port.

Parameters:
address - the desired name

getAddress

java.lang.String getAddress()
Get the address of this port.

Returns:
the port address

setBinding

void setBinding(Binding binding)
Set the binding this port should refer to.

Parameters:
binding - the desired binding

getBinding

Binding getBinding()
Get the binding this port refers to.

Returns:
the binding associated with this port

getHttpAuthenticationScheme

java.lang.String getHttpAuthenticationScheme()

getHttpAuthenticationRealm

java.lang.String getHttpAuthenticationRealm()


Copyright © 2008 eBM WebSourcing. All Rights Reserved.