org.apache.juddi.v3.annotations
Annotation Type UDDIService


@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

description

public abstract String description
Description of the Service


serviceKey

public abstract String serviceKey
Unique key of this service

serviceName

public abstract String serviceName
Name of the Service, this can be omitted if one is specified in a WebService annotation

Default:
""

businessKey

public abstract String businessKey
Unique key of the business to which this Service belongs.

Default:
""

lang

public abstract String lang
Language code i.e.: en, fr, nl.

Default:
"en"

categoryBag

public abstract String categoryBag
List of KeyedReferences

Default:
""


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.