[ https://issues.apache.org/jira/browse/AXIS2-2832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506911 ]
Nick Gallardo commented on AXIS2-2832: -------------------------------------- Hi Lin, I believe BaseMessageContext isn't really intended to be used directly, but rather as an abstract context that is extended by either the SoapMessageConext or LogicalMessageContext, such that the end object that's being used is really the javax.xml.ws.handler.LogicalMessageContext or the javax.xml.ws.handler.soap.SOAPMessageContext. Are those the objects that you were consuming, or did you really need a base javax.xml.ws.handler.MessageContext instance? > provide a public constructor for basemessagecontext > --------------------------------------------------- > > Key: AXIS2-2832 > URL: https://issues.apache.org/jira/browse/AXIS2-2832 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: jaxws > Affects Versions: nightly > Reporter: Lin Sun > Assignee: Nick Gallardo > Fix For: nightly > > Attachments: Axis2-2832.patch > > > Hi, > I noticed that this org.apache.axis2.jaxws.handler.ProtectedMessageContext > has been removed today, which has a public constructor and we use it in > geronimo. And I saw a new file called basemessagecontext is provided to > implment javax.xml.ws.handler.MessageContext. Can you make the constructor > public (instead of protected)? > Thanks. Lin -- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]