Uses of Class
at.ac.univie.iss.registry.Attribute

Uses of Attribute in at.ac.univie.iss.registry
 

Methods in at.ac.univie.iss.registry that return Attribute
 Attribute[] ServiceDescription.getAttributes()
          Returns an array of Attribute (arbitrary name/value pairs) for this ServiceDescription.
 

Methods in at.ac.univie.iss.registry with parameters of type Attribute
 void ServiceDescription.setAttributes(Attribute[] attributes)
          Sets all attributes (arbitrary name/value pairs) for this ServiceDescription with the given array Attribute.
 java.util.Vector Registry.query(Attribute[] attribute)
          Queries the Registry Service and returns a Vector of ServiceDescription that meet certain criteria(attribute).
 

Constructors in at.ac.univie.iss.registry with parameters of type Attribute
ServiceDescription(Attribute[] attributes, java.lang.String wsdlEndpoint)
          Constructs a service object with appropriate endpoint URI and attributes.
 



Copyright 2004 Institute for Software Science.