handlers = new ArrayList<JBIHandler>(); handlers.add(new JBITransactionHandler()); handlers.add(new JBISecurityHandler());
Gives a list of all the available handlers. return handlers;
return handlers;
It returns a singleton factory instance return factory;
return factory;