From general-return-8357-apmail-ws-general-archive=ws.apache.org@ws.apache.org Wed Jun 27 16:28:16 2007 Return-Path: Delivered-To: apmail-ws-general-archive@www.apache.org Received: (qmail 51202 invoked from network); 27 Jun 2007 16:28:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jun 2007 16:27:59 -0000 Received: (qmail 85860 invoked by uid 500); 27 Jun 2007 16:27:56 -0000 Delivered-To: apmail-ws-general-archive@ws.apache.org Received: (qmail 85443 invoked by uid 500); 27 Jun 2007 16:27:55 -0000 Mailing-List: contact general-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: general@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list general@ws.apache.org Received: (qmail 85432 invoked by uid 99); 27 Jun 2007 16:27:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2007 09:27:55 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2007 09:27:51 -0700 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 40B4159A07 for ; Wed, 27 Jun 2007 16:27:31 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Apache Wiki To: general@ws.apache.org Date: Wed, 27 Jun 2007 16:27:31 -0000 Message-ID: <20070627162731.14430.15893@eos.apache.org> Subject: [Ws Wiki] Update of "Axis2/JAX-WS 2.1" by BrianDePradine X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification. The following page has been changed by BrianDePradine: http://wiki.apache.org/ws/Axis2/JAX-WS_2%2e1 The comment on the change is: Add todo list. ------------------------------------------------------------------------------ The following is a todo list covering the work to be done in axis2: + ||Item no.||Item Description||Comments|| + ||||||Addressing Specific API/SPI Changes|| + ||1||javax.xml.ws.EndpointReference||Delegates to javax.xml.ws.spi.Provider.|| + ||2||javax.xml.ws.addressing.W3CEndpointReference||Must map to 2005/08 spec endpoint reference type.|| + ||3||javax.xml.ws.addressing.W3CEndpointReferenceBuilder||Delegates to javax.xml.ws.spi.Provider|| + ||4||SubmissionEndpointReference||Not required by the spec. Should map to 2004/08 spec endpoint reference type.|| + ||5||SubmissionEndpointReferenceBuilder||Not required by the spec.|| + ||6||javax.xml.ws.WebServiceContext||New methods to get an endpoint reference|| + ||7||javax.xml.ws.Endpoint||New methods to get an endpoint reference|| + ||8||javax.xml.ws.BindingProvider||New methods to get an endpoint reference|| + ||9||javax.xml.ws.spi.Provider||New methods to create endpoint references and to get a port object.|| + ||10||javax.xml.ws.spi.ServiceDelegate||New methods to support endpoint references and web service features.|| + ||11||javax.xml.ws.reference.parameters||New MessageContext property|| + ||12||javax.xml.ws.Service||Delegates to javax.xml.ws.spi.ServiceDelegate|| + ||13||javax.xml.ws.soap.AddressingFeature||Enable/disable 2005/08 addressing support.|| + ||14||javax.xml.ws.soap.Addressing||Annotation. Related to AddressingFeature|| + ||15||SubmissionAddressingFeature||Not required by the spec. Enable/disable 2004/08 addressing support.|| + ||16||SubmissionAddressing||Annotation. Not required by the spec. Related to SubmissionAddressingFeature.|| + ||17||javax.xml.ws.Action||Annotation.|| + ||18||javax.xml.ws.FaultAction||Annotation.|| + ||||||Other API/SPI Changes|| + ||19||javax.xml.ws.spi.Provider||Support default binding when using createEndpoint().|| + ||20||javax.xml.ws.WebServiceFeature||New mechanism to configure clients and providers.|| + ||21||javax.xml.ws.Binding||A new method to get the binding ID|| + ||22||Generated subclasses of javax.xml.ws.Service must implement get(WebServiceFeature… features).||Assume that we get this with JAX-WS 2.1 RI wsimport tooling.|| + ||23||javax.xml.ws.RespectBindingFeature||Enable/disable regard for wsdl:binding (wsdl:required="true")|| + ||24||javax.xml.ws.soap.MTOMFeature||Enable/disable MTOM support.|| + ||25||javax.xml.ws.RespectBinding||Annotation. Related to RespectBindingFeature|| + ||26||javax.xml.ws.soap.MTOM||Annotation. Related to MTOMFeature|| + ||27||javax.xml.ws.spi.WebServiceFeatureAnnotation||Annotation.|| + ||||||JAXB|| + ||28||JAXB 2.1||Required by JAX-WS 2.1|| + ||29||Require JAX-WS 2.1 RI tooling.||Required by JAX-WS 2.1|| + ||30||javax.xml.bind.annotation.XmlAttachmentRef||Annotation. Assume that we get this with JAXB 2.1 RI.|| + ||31||javax.xml.bind.annotation.XmlList||Annotation. Assume that we get this with JAXB 2.1 RI.|| + ||32||javax.xml.bind.XmlMimeType||Annotation. Assume that we get this with JAXB 2.1 RI.|| + ||33||javax.xml.bind.annotation.XmlJavaTypeAdapter||Annotation. Assume that we get this with JAXB 2.1 RI.|| + ||34||Generated SEI methods must use JAXB annotations to resolve ambiguities.||Assume that we get this with JAX-WS 2.1 RI wsimport and wsgen tooling.|| + ||||||Miscellaneous|| + ||35||Wrapper style clarification (JAX-WS 2.1 section 2.3.1.2)||Assume that we get this with JAX-WS 2.1 RI wsimport.|| + ||36||Use of customizations to avoid naming conflicts (JAX-WS 2.1 section 3.4)||Assume that we get this with JAX-WS 2.1 RI wsgen tooling.|| + ||37||Certain exceptions must not be treated as service specific exceptions. (JAX-WS 2.1 section 3.7)||java.lang.RuntimeException, and java.rmi.RemoteException. Assume that we get this with JAX-WS 2.1 RI wsgen tooling.|| + --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@ws.apache.org For additional commands, e-mail: general-help@ws.apache.org