public class PartialImplementation extends Object implements InvocationHandler
InvocationHandler
that can be extended with methods from the proxied interface. While
invocation it will look for a method within itself that matches the signature of the invoked proxy method. If found
the method will be invoked and result returned, otherwise an UnsupportedOperationException
will be thrown.Constructor and Description |
---|
PartialImplementation() |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.