|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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 |
businessKeyUDDI businessEntity Key of the service published under |
String |
serviceNameWSDL service publication name |
| Optional Element Summary | |
|---|---|
UDDIPublicationInfo.Compatibility |
compatibility |
String |
descriptionservice description |
String |
displayNameoptional service display - any human readable display name |
UDDIPublicationInfo.Lifecycle |
lifecycle |
String |
publisherpublisher , was also named developer name |
GeneralKeyedReference[] |
referencesCategoryBag keyedReference only for tModelKey uddi:uddi.org:categorization:general_keywords |
UDDIPublicationInfo.Scope |
scope |
String |
serviceKeyUDDI businessService Key of the WSDL service published |
UDDIPublicationInfo.Synchronicity |
synchronicity |
String |
versionversion number e.g.: 1.0 |
| Element Detail |
|---|
public abstract String serviceName
public abstract String businessKey
public abstract String description
public abstract String serviceKey
public abstract String displayName
public abstract String publisher
public abstract String version
public abstract UDDIPublicationInfo.Lifecycle lifecycle
public abstract UDDIPublicationInfo.Scope scope
public abstract UDDIPublicationInfo.Compatibility compatibility
public abstract UDDIPublicationInfo.Synchronicity synchronicity
public abstract GeneralKeyedReference[] references
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||