|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jafer.registry.uddi.model.BusinessInfo
public class BusinessInfo
When a search can return multiple service providers this class is returned in the list as ServiceProviderInfo's. 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.
Field Summary | |
---|---|
private org.uddi4j.response.BusinessInfo |
businessInfo
Stores a reference to the business info object returned from the uddi registry |
Constructor Summary | |
---|---|
BusinessInfo(org.uddi4j.response.BusinessInfo businessInfo)
Constructor |
Method Summary | |
---|---|
static java.util.List |
extractBusinessInfos(org.uddi4j.response.BusinessList businessList)
This method creates a list of businessInfo objects from the supplied business list. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.uddi4j.response.BusinessInfo businessInfo
Constructor Detail |
---|
public BusinessInfo(org.uddi4j.response.BusinessInfo businessInfo)
businessInfo
- The UDDI business info objectMethod Detail |
---|
public java.lang.String getId()
getId
in interface ServiceProviderInfo
public java.lang.String getName()
getName
in interface ServiceProviderInfo
public java.lang.String getDescription()
getDescription
in interface ServiceProviderInfo
public static java.util.List extractBusinessInfos(org.uddi4j.response.BusinessList businessList)
businessList
- The business list to process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |