|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.tests.remoting.service.soap.impl.ExceptionThrowerImpl
public class ExceptionThrowerImpl
Implementation of the Jax-Rpc 1.1 wsdl fault specification conform service.
| Field Summary | |
|---|---|
static double |
EXCEPTION_C1_MYDOUBLE
Double value used in first calculator value object. |
static String |
EXCEPTION_C2_MYSTRING
String used in second calculator value object. |
static Calendar |
EXCEPTION_CALENDAR
Any calendar object used in exception. |
static byte[] |
EXCEPTION_DATA
Any byte data used in exception. |
static int |
EXCEPTION_INDEX
Any index used in exception. |
static String |
EXCEPTION_MESSAGE
Any message used in exception. |
| Constructor Summary | |
|---|---|
ExceptionThrowerImpl()
|
|
| Method Summary | |
|---|---|
void |
throwExceptionWithData()
This method throws an exception which contains data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int EXCEPTION_INDEX
public static final String EXCEPTION_MESSAGE
public static final byte[] EXCEPTION_DATA
public static final Calendar EXCEPTION_CALENDAR
public static final double EXCEPTION_C1_MYDOUBLE
public static final String EXCEPTION_C2_MYSTRING
| Constructor Detail |
|---|
public ExceptionThrowerImpl()
| Method Detail |
|---|
public void throwExceptionWithData()
throws RemoteExceptionWithData
throwExceptionWithData in interface ExceptionThrowerRemoteExceptionWithData - Is the thrown exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||