| Author |
is it compulsory to throw remote exception?.
|
cnivas redy
Greenhorn
Joined: Apr 19, 2008
Posts: 17
|
|
1.what happens if my Service class(or interface) doesn't extend java.rmi.remote and the method doesn't throw java.rmi.remoteException. is it compulsory to throw remote exception?.
2. my service is having complex types. so for the bean class i'm implementing Serializable. do i need to write deSerializable classes also?
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
What API or stack are you using when developing your service?
All the things you mention belong in pre-JAX-WS time, thus none of it is necessary if you are using JAX-WS.
Best wishes!
|
My free books and tutorials: http://www.slideshare.net/krizsan
|
 |
cnivas redy
Greenhorn
Joined: Apr 19, 2008
Posts: 17
|
|
|
I used Axis 1.4 for developing the web service.
|
 |
 |
|
|
subject: is it compulsory to throw remote exception?.
|
|
|