@Retention(value=RUNTIME) public @interface UDDIService
| Modifier and Type | Required Element and Description | 
|---|---|
String | 
description
Description of the Service 
 | 
String | 
serviceKey
Unique key of this service 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
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 
 | 
public abstract String description
public abstract String serviceKey
public abstract String serviceName
public abstract String businessKey
public abstract String lang
public abstract String categoryBag
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.