/* * Copyright 2013 Guidewire Software, Inc. */ package gw.internal.xml.ws.server; public interface IWsiWebMethod { String getOperationName(); boolean isExclude(); }