org.ow2.easywsdl.wsdl.api.abstractItf
Interface AbsItfEndpoint<S extends AbsItfService,B extends AbsItfBinding>

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable, WSDLElement, org.ow2.easywsdl.schema.api.XMLElement
All Known Subinterfaces:
Endpoint
All Known Implementing Classes:
AbstractEndpointImpl, EndpointImpl, EndpointImpl

public interface AbsItfEndpoint<S extends AbsItfService,B extends AbsItfBinding>
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.
 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, getDocumentation, getOtherAttributes, 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(B binding)
Set the binding this port should refer to.

Parameters:
binding - the desired binding

getBinding

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

Returns:
the binding associated with this port

getService

S getService()

getHttpAuthenticationScheme

java.lang.String getHttpAuthenticationScheme()

getHttpAuthenticationRealm

java.lang.String getHttpAuthenticationRealm()


Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.