[ http://jira.codehaus.org/browse/XFIRE-608?page=comments#action_78858 ] Dan Diephouse commented on XFIRE-608: -------------------------------------
Hi Paul, I thought of a good way to do this - via a ServiceConfiguration implementation. Instead of changing AegisBindingProvider, you could write a AegisServiceConfiguration which provides the getOperationaName(). It can then be configured added to the objectservice factory by simply doing: serviceFactory.getServiceConfigurations().add(0, new AegisServiceConfiguration()); What do you think? > Change method name in mapping > ----------------------------- > > Key: XFIRE-608 > URL: http://jira.codehaus.org/browse/XFIRE-608 > Project: XFire > Issue Type: New Feature > Components: Aegis Module > Affects Versions: 1.2 > Reporter: Paul Austin > Assigned To: Dan Diephouse > Priority: Minor > Fix For: 1.2.3 > > > Would it be possible to change the mapped name of a java method in the same > way that property names can be changed > For exaple the mapped name may need to be in UpperCaseNotation and the method > name in lowerCaseNotation -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
