Hi
How to set a CXF endpoint in a Bean ?
I'm collecting this endpoint from a DB.
The bean is itself called by spring DSL.
So something like:
Spring DSL
=========
Java
====
void doSomething() {
// ..processing ..
setEndpoint("http://ws-endpoint.com/bla); // <--- What goes here ?
}
Thank you !
J.
What do you want to do from the bean?
Do you want to adjust an endpoint or what? Can you be more specific.