• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

declarative services applied in SOAP

 
Ranch Hand
Posts: 463
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All ,
This is in ref to the serviceEndpoint design chapter 3.
Designing Web Services with the J2EE 1.4 Platform - Early Access
Quote " Before the port passes the request to the endpoint it ensures that the J2EE container applies its declarative services to the SOAP request"
What are the declarative services referred here .Can any one elucidate on them.
Thanks
Dhiren
 
Ranch Hand
Posts: 1011
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I believe it is talking about the deployment descriptor.
When you develop the web service using JAX-RPC service endpoint or EJB service endpoint, you may define some constraints or mapping etc in the deployment descriptor(like web.xml in Web container, or ejb-jar.xml in EJB container). For example, You can declaratively define security constraints, roles, etc.
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can define Message handlers also and they should be applied before the request goes to the service endpoint.
Message headers add/remove/process SOAP message headers.
 
Are you okay? You look a little big. Maybe this tiny ad will help:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic