org.eclipse.swordfish.core.resolver
Interface EndpointDescription

All Known Implementing Classes:
WSDLEndpointDescription

public interface EndpointDescription

Description of the particular service endpoint.


Method Summary
 java.lang.String getAddress()
          Get the physical address which can be used to access the service.
 EndpointMetadata<?> getMetadata()
           
 java.lang.String getName()
          Get the name of the endpoint.
 javax.xml.namespace.QName getServiceName()
           
 void setMetadata(EndpointMetadata<?> metadata)
           
 

Method Detail

getAddress

java.lang.String getAddress()
Get the physical address which can be used to access the service.

Returns:
An endpoint address, not null.

getName

java.lang.String getName()
Get the name of the endpoint.

Returns:
An endpoint name, not null.

getServiceName

javax.xml.namespace.QName getServiceName()

getMetadata

EndpointMetadata<?> getMetadata()

setMetadata

void setMetadata(EndpointMetadata<?> metadata)