[jboss-dev-forums] [Design of JBoss ESB] - Re: EPR support in 4.0 GA
tfennelly
do-not-reply at jboss.com
Tue Sep 12 08:13:13 EDT 2006
"mark.little at jboss.com" wrote : We're talking about EPRs in terms of addresses, not interaction sequences. So the EPR referenced in the link is out-of-date. It'll be more like:
|
| public class EPR
| {
| public void setAddr (URI uri);
| public URI getAddr () throws URISyntaxException;
| public MetaData setters/getters
| }
Grand. That thread I linked there actually talks about both i.e. it breaks what was the old EPR structure into 2 structures (based on the WS-Addressing spec):
1) A new EPR similar to what you outline above and
2) An Interaction/Invocation structure. Guess we need to discuss this on a seperate thread.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970984#3970984
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970984
More information about the jboss-dev-forums
mailing list