You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ji...@apache.org on 2004/03/26 04:25:58 UTC

[jira] Closed: (AXIS-1266) Incorrect signature for SOAPService.setServiceDescription()

Message:

   The following issue has been closed.

   Resolver: Davanum Srinivas
       Date: Thu, 25 Mar 2004 7:25 PM

Fixed.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-1266

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1266
    Summary: Incorrect signature for SOAPService.setServiceDescription()
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: FIXED

    Project: Axis
 Components: 
             Basic Architecture
   Fix Fors:
             current (nightly)
   Versions:
             current (nightly)

   Assignee: 
   Reporter: Rich Naylor

    Created: Thu, 25 Mar 2004 3:28 PM
    Updated: Thu, 25 Mar 2004 7:25 PM
Environment: Windows XP

Description:
The method setDerviceDescription() in 
org.apache.axis.handlers.soap.SOAPService only allows the ability to set an object of type org.apache.axis.description.JavaServiceDesc. This should really allow the caller to pass an object of type 
org.apache.axis.description.ServiceDesc. The instance variable being set is of type ServiceDesc. This is preventing me from providing my own service description to the SOAPService object in a clean way. Right now my only workaround is to extend JavaServiceDesc and take over every method.



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira