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


@Retention(value=RUNTIME)
public @interface UDDIService


Required Element Summary
 java.lang.String description
          Description of the Service
 java.lang.String serviceKey
          Unique key of this service
 
Optional Element Summary
 java.lang.String businessKey
          Unique key of the business to which this Service belongs.
 java.lang.String categoryBag
          List of KeyedReferences
 java.lang.String lang
          Language code i.e.: en, fr, nl.
 java.lang.String serviceName
          Name of the Service, this can be omitted if one is specified in a WebService annotation
 

Element Detail

description

public abstract java.lang.String description
Description of the Service


serviceKey

public abstract java.lang.String serviceKey
Unique key of this service

serviceName

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

Default:
""

businessKey

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

Default:
""

lang

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

Default:
"en"

categoryBag

public abstract java.lang.String categoryBag
List of KeyedReferences

Default:
""


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