40414243444546
public class ContextFactory { /** * @return a new invocation context */ public InvocationContext createInvocationContext() { return new InvocationContextImpl(); }
public class DefaultContextFactory implements ContextFactory { /** * @return a new invocation context */ public InvocationContext createInvocationContext() { return new InvocationContextImpl(); }