376377378379380381382
throw new IllegalMethodException(); } @Override public RestMethodResult doHead() throws FrameworkException { throw new IllegalMethodException(); }
118119120121122123124125
} @Override public RestMethodResult doOptions() throws FrameworkException { throw new IllegalMethodException(); }