[jbossws-issues] [JBoss JIRA] Created: (JBWS-1463) Tools generated Service should implement ConfigProvider

Thomas Diesler (JIRA) jira-events at jboss.com
Fri Jan 19 04:50:52 EST 2007


Tools generated Service should implement ConfigProvider
-------------------------------------------------------

                 Key: JBWS-1463
                 URL: http://jira.jboss.com/jira/browse/JBWS-1463
             Project: JBoss Web Services
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: wstools
            Reporter: Thomas Diesler
             Fix For: jbossws-2.0.0


A JAXWS generated Service should implement the ConfigProvider interface to allow for customiztion like this

  <!-- 
  @WebServiceRef(name = "Service4")
  -->
  <service-ref>
    <service-ref-name>Service4</service-ref-name>
    <port-info>
      <service-endpoint-interface>org.jboss.test.ws.jaxws.webserviceref.TestEndpoint</service-endpoint-interface>
      <config-name>Custom Client</config-name>
      <config-file>META-INF/jbossws-client-config.xml</config-file>
    </port-info>
    <wsdl-override>META-INF/wsdl/TestEndpoint.wsdl</wsdl-override>
  </service-ref>

See JAXWS ServiceExt and ServiceObjectFactory



-- 
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