|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) public @interface UDDIService
Required Element Summary | |
---|---|
String |
description
Description of the Service |
String |
serviceKey
Unique key of this service |
Optional Element Summary | |
---|---|
String |
businessKey
Unique key of the business to which this Service belongs. |
String |
categoryBag
List of KeyedReferences |
String |
lang
Language code i.e.: en, fr, nl. |
String |
serviceName
Name of the Service, this can be omitted if one is specified in a WebService annotation |
Element Detail |
---|
public abstract String description
public abstract String serviceKey
public abstract String serviceName
public abstract String businessKey
public abstract String lang
public abstract String categoryBag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |