Searched refs:throwRuntimeException (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/tests/jbi/soapfault/se_provider/endpoint/
H A DCalculator.java56 @WebMethod(operationName="throwRuntimeException", action="urn:ThrowRuntimeException")
57 public String throwRuntimeException(String name) { method in class:Calculator
/glassfish-3.1.2/tests/jbi/soapfault/se_provider/client/
H A DSOAPWebConsumer.java79 System.out.println("\nInvoking throwRuntimeException");
80 port.throwRuntimeException("bhavani");
85 failedMsg = "port.throwRuntimeException() did not receive RuntimeException 'Calculator :: Threw Runtime Exception'";

Completed in 190 milliseconds