Hi,

We have a SomethingListener class like this:

public class SomethingListener implements xxx {
private MyObj myObj;

public void setMyObj(MyObj myObj){
    this.myObj = myObj;
}
}

And add this class into the META-INF/cxf/bus-extensions.txt of the bundle.
my.SomethingListener::true

is there a way to pass a MyObj instance to the SomethingListener?

Thanks!
Xilai

Reply via email to