ObjectFactory.java :  » EJB-Server » resin-4.0.7 » com » opensymphony » xwork2 » Java Open Source

Java Open Source » EJB Server » resin 4.0.7 
resin 4.0.7 » com » opensymphony » xwork2 » ObjectFactory.java
package com.opensymphony.xwork2;

import java.util.*;

public class ObjectFactory {
  public Object buildBean(Class clazz, Map extraContext)
    throws Exception
  {
    throw new UnsupportedOperationException(getClass().getName());
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.