Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Supported Annotaions"

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
There are all annotations defined in JSR181 and JAX_WS2.0.
+
Here are supported annotations in the annotation editor.
Pleas notice that only some of them are supported by the annotation editor for now.
+
  
 
JSR181:
 
JSR181:
* javax.jws.WebService (already supported)
+
* javax.jws.WebService
* javax.jws.WebMethod (already  supported)
+
* javax.jws.WebMethod  
* javax.jws.Oneway (already supported)
+
* javax.jws.Oneway
* javax.jws.WebParam (already supported)
+
* javax.jws.WebParam
* javax.jws.WebResult (already supported)
+
* javax.jws.WebResult
* javax.jws.HandlerChain (already supported)
+
* javax.jws.HandlerChain
* javax.jws.soap.SOAPBinding (already supported)
+
* javax.jws.soap.SOAPBinding
* javax.jws.soap.SOAPMessageHandlers (not supported)
+
* javax.jws.soap.SOAPMessageHandlers
  
  
 
JAX-WS2.0:
 
JAX-WS2.0:
  
* javax.xml.ws.ServiceMode (not supported)
+
* javax.xml.ws.ServiceMode
* javax.xml.ws.WebFault (not supported)
+
* javax.xml.ws.WebFault
* javax.xml.ws.RequestWrapper (already supported)
+
* javax.xml.ws.RequestWrapper
* javax.xml.ws.ResponseWrapper(already supported)
+
* javax.xml.ws.ResponseWrapper
* javax.xml.ws.WebServiceClient (not supported)
+
* javax.xml.ws.WebServiceClient
* javax.xml.ws.WebEndpoint (not supported)
+
* javax.xml.ws.WebEndpoint
* javax.xml.ws.WebServiceProvider (not supported)
+
* javax.xml.ws.WebServiceProvider
* javax.xml.ws.BidingType (not supported)
+
* javax.xml.ws.BidingType
* javax.xml.ws.WebServiceRef (not supported)
+
* javax.xml.ws.WebServiceRef
* javax.xml.ws.WebServiceRefs (not supported)
+
* javax.xml.ws.WebServiceRefs
 +
 
 +
SCA-0.95
 +
* org.osoa.sca.annotations.AnnotationSupport
 +
* org.osoa.sca.annotations.Callback
 +
* org.osoa.sca.annotations.ComponentName
 +
* org.osoa.sca.annotations.Constructor
 +
* org.osoa.sca.annotations.Context
 +
* org.osoa.sca.annotations.Destroy
 +
* org.osoa.sca.annotations.Init
 +
* org.osoa.sca.annotations.OneWay
 +
* org.osoa.sca.annotations.Property
 +
* org.osoa.sca.annotations.Reference
 +
* org.osoa.sca.annotations.Remotable
 +
* org.osoa.sca.annotations.Scope
 +
* org.osoa.sca.annotations.Service
 +
* org.osoa.sca.annotations.Session
 +
* org.osoa.sca.annotations.SessionID
 +
 
 +
Tuscany1.0
 +
*org.apache.tuscany.api.annotation.DataType
 +
*org.apache.tuscany.api.annotation.DataContext
 +
*org.apache.tuscany.api.annotation.LogLevel
 +
*org.apache.tuscany.api.annotation.Monitor

Latest revision as of 22:11, 7 January 2007

Here are supported annotations in the annotation editor.

JSR181:

  • javax.jws.WebService
  • javax.jws.WebMethod
  • javax.jws.Oneway
  • javax.jws.WebParam
  • javax.jws.WebResult
  • javax.jws.HandlerChain
  • javax.jws.soap.SOAPBinding
  • javax.jws.soap.SOAPMessageHandlers


JAX-WS2.0:

  • javax.xml.ws.ServiceMode
  • javax.xml.ws.WebFault
  • javax.xml.ws.RequestWrapper
  • javax.xml.ws.ResponseWrapper
  • javax.xml.ws.WebServiceClient
  • javax.xml.ws.WebEndpoint
  • javax.xml.ws.WebServiceProvider
  • javax.xml.ws.BidingType
  • javax.xml.ws.WebServiceRef
  • javax.xml.ws.WebServiceRefs

SCA-0.95

  • org.osoa.sca.annotations.AnnotationSupport
  • org.osoa.sca.annotations.Callback
  • org.osoa.sca.annotations.ComponentName
  • org.osoa.sca.annotations.Constructor
  • org.osoa.sca.annotations.Context
  • org.osoa.sca.annotations.Destroy
  • org.osoa.sca.annotations.Init
  • org.osoa.sca.annotations.OneWay
  • org.osoa.sca.annotations.Property
  • org.osoa.sca.annotations.Reference
  • org.osoa.sca.annotations.Remotable
  • org.osoa.sca.annotations.Scope
  • org.osoa.sca.annotations.Service
  • org.osoa.sca.annotations.Session
  • org.osoa.sca.annotations.SessionID

Tuscany1.0

  • org.apache.tuscany.api.annotation.DataType
  • org.apache.tuscany.api.annotation.DataContext
  • org.apache.tuscany.api.annotation.LogLevel
  • org.apache.tuscany.api.annotation.Monitor

Back to the top