ExceptionService.java |
/* * JBoss, the OpenSource J2EE webOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ package org.jboss.test.webservice.exception; public interface ExceptionService extends javax.xml.rpc.Service { ExceptionServiceInterface getPort() throws javax.xml.rpc.ServiceException; }
ExceptionService.java |