Ok, then I will probably inherit from it's base class.
What about the doc ? any chance to have it online ?

Thanks
Guillaume

On Sun, Mar 2, 2008 at 10:44 PM, Benson Margulies <[EMAIL PROTECTED]> wrote:
> All that class foes is change namespace URIs. You can, in 2.1, either change
>  to the new class (and keep using xfire-compatible) uri's, or you can inherit
>  from its base class.
>
>
>
>  On Sat, Mar 1, 2008 at 7:34 PM, tog <[EMAIL PROTECTED]> wrote:
>
>  > On Sun, Mar 2, 2008 at 1:02 AM, Benson Margulies <[EMAIL PROTECTED]>
>  > wrote:
>  > > XFireCompatibilityServiceConfiguration. The javadoc claims to say so,
>  > did it
>  > >  not come through?
>  >
>  > humm, no there is nothing about aegis in the javadoc ;-) I could not
>  > find it for 2.0.3 either (btw I am looking in docs/api)
>  >
>  > >
>  > >  Also, I don't see how that has anything to do with operation tuning.
>  > All
>  > >  it's ever done is to change namespace URIs.
>  > >
>  > Here is what I am doing with it (and still expect from 2.1 :-))
>  >
>  > public class GroovyConfiguration extends AegisServiceConfiguration {
>  >    public Boolean isOperation(Method m) {
>  >
>  >                try {
>  >                                Method method =
>  > GroovyObject.class.getMethod(m.getName(),
>  > m.getParameterTypes());
>  >                                return false;
>  >                } catch (SecurityException e) {
>  >                                // TODO Auto-generated catch block
>  >                                e.printStackTrace();
>  >                                return false;
>  >                } catch (NoSuchMethodException e) {
>  >                                // TODO Auto-generated catch block
>  >                                return super.isOperation(m);
>  >                }
>  >    }
>  >
>  >    public String getAction(OperationInfo op, Method m){
>  >        return op.getName().getLocalPart();
>  >    }
>  >
>  > }
>  >
>  > >
>  >
>



-- 
Best Regards
Guillaume
PGP KeyID:C1A0A73F  FingerPrint:A4A2 73C0 E7D4 6437 8185  D05E ECF2
AD84 C1A0 A73F
http://cheztog.blogspot.com

Reply via email to