org.jafer.registry.model
Interface ServiceProviderInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BusinessInfo

public interface ServiceProviderInfo
extends java.io.Serializable

When a search can return multiple service providers this interface is returned in the list. It provides a cut down view of the found service providers to reduce excess data being returned. It allows the caller to decide if they want the full serive provider information which can be obtained by supplying this object to the service manager get calls.


Method Summary
 java.lang.String getDescription()
          Returns the description for the service provider found.
 java.lang.String getId()
          Returns the uniquie id of this service provider found
 java.lang.String getName()
          Returns the name of the service provider found.
 

Method Detail

getId

java.lang.String getId()
Returns the uniquie id of this service provider found

Returns:
The service id.

getName

java.lang.String getName()
Returns the name of the service provider found.

Returns:
The service provider name

getDescription

java.lang.String getDescription()
Returns the description for the service provider found.

Returns:
The service provider description