|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.server.JNDIAxisServerFactory
Helper class for obtaining AxisServers, which hides the complexity of JNDI accesses, etc. !!! QUESTION : Does this class need to play any ClassLoader tricks?
Constructor Summary | |
JNDIAxisServerFactory()
|
Method Summary | |
AxisServer |
getServer(java.util.Map environment)
Obtain an AxisServer reference, using JNDI if possible, otherwise creating one using the standard Axis configuration pattern. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JNDIAxisServerFactory()
Method Detail |
public AxisServer getServer(java.util.Map environment) throws AxisFault
getServer
in interface AxisServerFactory
name
- the JNDI name we're interested inconfigProvider
- a ConfigurationProvider which should be used
to configure any engine we end up creating, or
null to use the default configuration pattern.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |