我正在使用spring2.3.4,需要为webservices调用(soap)创建一个bean(wss4jsecurityinterceptor)。用户名和密码是通过一个方法发送的
Public class Foo {
public Foo(){};
public boolean initialization(String userName, String password) {//creation of the bean wsS4jSecurityInterceptor}
public void fooCallWS(FooType fooVar){//call WS}
}
通常我在配置文件中创建wss4jsecurityinterceptor的bean,但这次我必须在foo类的函数中创建它。我找不到任何关于Spring2.3.4的信息(我找到的解决方案在版本3或5上都可以使用)。你有解决这个问题的办法吗?
谢谢
暂无答案!
目前还没有任何答案,快来回答吧!