"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);
}
@WebService(targetNamespace = "http://WSSec/wssc",
serviceName = "PingService",
portName = "SecureConversation_UserNameOverTransport_IPingService",