December 2002
Intermediate to advanced
1050 pages
24h 49m
English
The current Reference Implementation of the Java Web Services contains a messaging provider implementation that runs within a servlet container. This implementation uses a provider.xml configuration file to direct how a message will be delivered as shown in the following listing.
<?xml version="1.0" encoding="UTF-8"?> <ProviderConfig> <Profile profileId="ebxml"> <Transport> <Protocol>http</Protocol> <Endpoint type="uri"> <URI>http://www.wombats.com/remote/sender</URI> <URL>http://localhost:8080/jaxm-provider/receiver/ebxml</URL> </Endpoint> <ErrorHandling> <Retry> <MaxRetries>5</MaxRetries> <RetryInterval>2000</RetryInterval> </Retry> </ErrorHandling> <Persistence> <Directory>ebxml/</Directory> ... |
Read now
Unlock full access