Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.annotations
Annotation Type UDDIPublicationInfo


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface UDDIPublicationInfo

This annotation provides the UDDI publication information. It is visible at runtime and can be only applied to the class.


Required Element Summary
 String businessKey
          UDDI businessEntity Key of the service published under
 String serviceName
          WSDL service publication name

 

Optional Element Summary
 UDDIPublicationInfo.Compatibility compatibility
           
 String description
          service description
 String displayName
          optional service display - any human readable display name
 UDDIPublicationInfo.Lifecycle lifecycle
           
 String publisher
          publisher , was also named developer name
 GeneralKeyedReference[] references
          CategoryBag keyedReference only for tModelKey uddi:uddi.org:categorization:general_keywords
 UDDIPublicationInfo.Scope scope
           
 String serviceKey
          UDDI businessService Key of the WSDL service published
 UDDIPublicationInfo.Synchronicity synchronicity
           
 String version
          version number e.g.: 1.0

 

Element Detail

serviceName

public abstract String serviceName
WSDL service publication name

businessKey

public abstract String businessKey
UDDI businessEntity Key of the service published under

description

public abstract String description
service description
Default:
""

serviceKey

public abstract String serviceKey
UDDI businessService Key of the WSDL service published
Default:
""

displayName

public abstract String displayName
optional service display - any human readable display name
Default:
""

publisher

public abstract String publisher
publisher , was also named developer name
Default:
""

version

public abstract String version
version number e.g.: 1.0
Default:
""

lifecycle

public abstract UDDIPublicationInfo.Lifecycle lifecycle
Default:
oracle.webservices.annotations.UDDIPublicationInfo.Lifecycle.NotSpecified

scope

public abstract UDDIPublicationInfo.Scope scope
Default:
oracle.webservices.annotations.UDDIPublicationInfo.Scope.NotSpecified

compatibility

public abstract UDDIPublicationInfo.Compatibility compatibility
Default:
oracle.webservices.annotations.UDDIPublicationInfo.Compatibility.NotSpecified

synchronicity

public abstract UDDIPublicationInfo.Synchronicity synchronicity
Default:
oracle.webservices.annotations.UDDIPublicationInfo.Synchronicity.NotSpecified

references

public abstract GeneralKeyedReference[] references
CategoryBag keyedReference only for tModelKey uddi:uddi.org:categorization:general_keywords
Default:
{}

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.