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

/glassfish-3.1.2/tests/jbi/soapfault/se_provider/endpoint/
H A DCalculator.java63 @WebMethod(operationName="throwApplicationException", action="urn:ThrowApplicationException")
64 public String throwApplicationException(String name) throws Exception { method in class:Calculator
/glassfish-3.1.2/tests/jbi/soapfault/se_provider/client/
H A DSOAPWebConsumer.java90 System.out.println("\nInvoking throwApplicationException");
91 port.throwApplicationException("bhavani");
95 failedMsg = "port.throwApplicationException() did not throw ApplicationException";

Completed in 11 milliseconds