[jbossws-issues] [JBoss JIRA] Created: (JBWS-1686) Add support for @Provider

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Sat Jun 2 09:43:13 EDT 2007


Add support for @Provider
-------------------------

                 Key: JBWS-1686
                 URL: http://jira.jboss.com/jira/browse/JBWS-1686
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: integration-xfire
            Reporter: Thomas Diesler
         Assigned To: Thomas Diesler
             Fix For: jbossws-2.1.0


XFire does not give access to the standard JAXWS WebServiceContext in its Invoker interface


import org.codehaus.xfire.MessageContext;
import org.codehaus.xfire.fault.XFireFault;

/**
 * The invoker class allows you to control how your service class is invoked.
 * For instance, you could supply an alternate instance which used a Factory to
 * create your service instead of XFire instantiating it.
 *  
 * @author <a href="mailto:dan at envoisolutions.com">Dan Diephouse</a>
 * @since Nov 16, 2004
 */
public interface Invoker
{
    Object invoke( Method m, Object[] params, MessageContext context )
    	throws XFireFault;
}


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

        



More information about the jbossws-issues mailing list