* WSIFServiceFactory class.
*/
public static WSIFServiceFactory newInstance() {
Trc.entry(null);
WSIFServiceFactoryImpl wsf = new WSIFServiceFactoryImpl();
// Create the simple types map for use by other WSIF classes
WSIFUtils.createSimpleTypesMap();
Trc.exit(wsf);