javax.ccpp
Class ProfileFragmentFactory

java.lang.Object
  extended by javax.ccpp.ProfileFragmentFactory

public abstract class ProfileFragmentFactory
extends Object

Version:
$Rev: 889147 $ $Date: 2009-12-10 09:59:58 +0100 (Do, 10. Dez 2009) $

Constructor Summary
ProfileFragmentFactory()
           
 
Method Summary
static ProfileFragmentFactory getInstance()
           
abstract  ProfileFragment newProfileFragment(InputStream is)
           
abstract  ProfileFragment newProfileFragment(String xmlConfigurationString)
           
abstract  ProfileFragment newProfileFragment(URL url)
           
static void setInstance(ProfileFragmentFactory instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileFragmentFactory

public ProfileFragmentFactory()
Method Detail

getInstance

public static ProfileFragmentFactory getInstance()

setInstance

public static void setInstance(ProfileFragmentFactory instance)

newProfileFragment

public abstract ProfileFragment newProfileFragment(InputStream is)

newProfileFragment

public abstract ProfileFragment newProfileFragment(String xmlConfigurationString)

newProfileFragment

public abstract ProfileFragment newProfileFragment(URL url)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.