• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

is it compulsory to throw remote exception?.

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!
 
cnivas redy
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I used Axis 1.4 for developing the web service.
 
reply
    Bookmark Topic Watch Topic
  • New Topic