|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.ac.univie.iss.registry.ServiceDescription
This class comprises basic information about an Application Service including a mandatory WSDL endpoint URI and an optional set of attributes. Basic access methods (get/set) are provided in order to manipulate ServiceDescription objects. All attributes are stored in an array of Attribute objects.
| Constructor Summary | |
ServiceDescription()
Constructs an empty service object. |
|
ServiceDescription(Attribute[] attributes,
java.lang.String wsdlEndpoint)
Constructs a service object with appropriate endpoint URI and attributes. |
|
| Method Summary | |
Attribute[] |
getAttributes()
Returns an array of Attribute (arbitrary name/value pairs) for this ServiceDescription. |
java.lang.String |
getWsdlEndpoint()
Returns the WSDL endpoint URI of this ServiceDescription. |
void |
setAttributes(Attribute[] attributes)
Sets all attributes (arbitrary name/value pairs) for this ServiceDescription with the given array Attribute. |
void |
setWsdlEndpoint(java.lang.String wsdlEndpoint)
Sets the WSDL endpoint URI of the ServiceDescription. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ServiceDescription()
public ServiceDescription(Attribute[] attributes,
java.lang.String wsdlEndpoint)
| Method Detail |
public Attribute[] getAttributes()
public void setAttributes(Attribute[] attributes)
public java.lang.String getWsdlEndpoint()
public void setWsdlEndpoint(java.lang.String wsdlEndpoint)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||