if(this.tokenStore == null) {
if(this.tokenStoreClass != null) {
this.tokenStore = (TokenStorage) Class
.forName(this.tokenStoreClass).newInstance();
} else {
this.tokenStore = new SimpleTokenStore();
}
}
if(SCOPE_SERVICE.equals(this.scope)) {
this.msgCtx.getConfigurationContext().setProperty(