public abstract class MAPBuilderFactory extends Object
MAPBuilder; to be used to get an instance of the proper MAPBuilder
 implementation which depends on the JBossWS stack in use.| Constructor and Description | 
|---|
| MAPBuilderFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract MAPBuilder | getBuilderInstance()Get an instance of  MAPBuilder | 
| static MAPBuilderFactory | getInstance()Get the proper  MAPBuilderFactoryinstance according to stack in use;
 this uses the ws server integration modular classloader if available
 (alternatively the current thread context classloader is used) for
 looking up the factory name. | 
| static MAPBuilderFactory | getInstance(ClassLoader loader)The same as  getInstance()except the provided ClassLoader instance
 is used to lookup the factory name. | 
public static MAPBuilderFactory getInstance()
MAPBuilderFactory instance according to stack in use;
 this uses the ws server integration modular classloader if available
 (alternatively the current thread context classloader is used) for
 looking up the factory name.MAPBuilderFactory instancepublic static MAPBuilderFactory getInstance(ClassLoader loader)
getInstance() except the provided ClassLoader instance
 is used to lookup the factory name.loader - the classloader instance to useMAPBuilderFactory instancepublic abstract MAPBuilder getBuilderInstance()
MAPBuilderMAPBuilder instanceCopyright © 2012 JBoss by Red Hat. All Rights Reserved.