"org/apache/cxf/systest/ws/wssec11/server/bob.properties");
ep.getProperties().put(SecurityConstants.SIGNATURE_PROPERTIES + ".sct",
"org/apache/cxf/systest/ws/wssec11/server/alice.properties");
ep.getProperties().put(SecurityConstants.CALLBACK_HANDLER, new KeystorePasswordCallback());
} else if (url.contains("UserNameOverTransport")) {
ep.getProperties().put(SecurityConstants.CALLBACK_HANDLER + ".sct", new UTPasswordCallback());
}
ep.publish(url);
}