Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 76306 invoked from network); 8 Dec 2010 19:45:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Dec 2010 19:45:27 -0000 Received: (qmail 50191 invoked by uid 500); 8 Dec 2010 19:45:25 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 50014 invoked by uid 500); 8 Dec 2010 19:45:25 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 49979 invoked by uid 99); 8 Dec 2010 19:45:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 19:45:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 19:45:24 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB8Jj4rk025079 for ; Wed, 8 Dec 2010 19:45:04 GMT Message-ID: <21689068.22111291837504354.JavaMail.jira@thor> Date: Wed, 8 Dec 2010 14:45:04 -0500 (EST) From: "Rich Scheuerle (JIRA)" To: java-dev@axis.apache.org Subject: [jira] Resolved: (AXIS2-4907) JAX-WS: Marshaling shortcuts for Doc/Lit Wrapped In-Reply-To: <2333078.21901291836902981.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2-4907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle resolved AXIS2-4907. ----------------------------------- Resolution: Fixed > JAX-WS: Marshaling shortcuts for Doc/Lit Wrapped > ------------------------------------------------ > > Key: AXIS2-4907 > URL: https://issues.apache.org/jira/browse/AXIS2-4907 > Project: Axis2 > Issue Type: Improvement > Reporter: Rich Scheuerle > Assignee: Rich Scheuerle > Original Estimate: 24h > Remaining Estimate: 24h > > Background: > The JAX-WS DocumentLiteralWrappedMethodMarshaller is used to control the marshaling/demarshaling of doc/lit wrapped requests/responses. > The class uses the JAXBWrapperTool to construct the JAXB wrapper bean used for sending xml and unwrap the JAXB wrapper bean when receiving a message. > Problem: > There are many cases where the JAXB wrapper bean for the request or response contains zero or one child bean property. > I am adding some short-cuts to the JAXBWrapperTool to optimize these paths -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org