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

Supported Annotaions

Revision as of 23:07, 13 December 2006 by Unnamed Poltroon (Talk)

There are all annotations defined in JSR181 and JAX_WS2.0. Pleas notice that only some of them are supported by the annotation editor for now.

JSR181:

  • javax.jws.WebService (already supported)
  • javax.jws.WebMethod (already supported)
  • javax.jws.Oneway (already supported)
  • javax.jws.WebParam (already supported)
  • javax.jws.WebResult (already supported)
  • javax.jws.HandlerChain (already supported)
  • javax.jws.soap.SOAPBinding (already supported)
  • javax.jws.soap.SOAPMessageHandlers (not supported)


JAX-WS2.0:

  • javax.xml.ws.ServiceMode (not supported)
  • javax.xml.ws.WebFault (not supported)
  • javax.xml.ws.RequestWrapper (already supported)
  • javax.xml.ws.ResponseWrapper(already supported)
  • javax.xml.ws.WebServiceClient (not supported)
  • javax.xml.ws.WebEndpoint (not supported)
  • javax.xml.ws.WebServiceProvider (not supported)
  • javax.xml.ws.BidingType (not supported)
  • javax.xml.ws.WebServiceRef (not supported)
  • javax.xml.ws.WebServiceRefs (not supported)

Back to the top