You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Eddie O'Neil (JIRA)" <de...@beehive.apache.org> on 2005/10/31 06:14:55 UTC

[jira] Assigned: (BEEHIVE-877) WebService / WebMethod rules changed in latest spec

     [ http://issues.apache.org/jira/browse/BEEHIVE-877?page=all ]

Eddie O'Neil reassigned BEEHIVE-877:
------------------------------------

    Assign To: Jeremiah Johnson  (was: Eddie O'Neil)

Passing back to Jeremiah to verify at will.

> WebService / WebMethod rules changed in latest spec
> ---------------------------------------------------
>
>          Key: BEEHIVE-877
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-877
>      Project: Beehive
>         Type: Bug
>   Components: Web Services (181)
>     Versions: v1m1
>  Environment: dist built from SVN 
>     Reporter: Jeremiah Johnson
>     Assignee: Jeremiah Johnson
>      Fix For: 1.1
>  Attachments: BEEHIVE-877-patch.txt
>
> The JSR-181 specification has a change that defines the rules for when a method should be exposed as a Web method.
> --- JSR-181 v0.9.2 (Dec '04)
> If the implementation bean does not implement a service endpoint
> interface, it must include @WebMethod annotations on each method that is
> to be exposed as a Web Service operation. More information on the
> @WebMethod annotation may be found in section 5.2.
>  
> --- JSR-181 v1.0 (June '05)
> If the implementation bean does not implement a service endpoint
> interface, all public methods other than those inherited from
> java.lang.Object will be exposed as Web Service operations. This
> behavior can be overridden by using the WebMethod annotation to specify
> explicitly those public methods that are to be exposed. If a WebMethod
> annotation is present, only the methods to which it is applied are
> exposed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira