|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ws.api.addressing.MAPBuilderFactory
public abstract class MAPBuilderFactory
Factory for MAPBuilder
; to be used to get an instance of the proper MAPBuilder
implementation which depends on the JBossWS stack in use.
Constructor Summary | |
---|---|
MAPBuilderFactory()
|
Method Summary | |
---|---|
abstract MAPBuilder |
getBuilderInstance()
Get an instance of MAPBuilder |
static MAPBuilderFactory |
getInstance()
Get the proper 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. |
static MAPBuilderFactory |
getInstance(ClassLoader loader)
The same as getInstance() except the provided ClassLoader instance
is used to lookup the factory name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MAPBuilderFactory()
Method Detail |
---|
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 use
MAPBuilderFactory
instancepublic abstract MAPBuilder getBuilderInstance()
MAPBuilder
MAPBuilder
instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |