|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.client.ServiceFactory
Helper class for obtaining Services from JNDI. !!! WORK IN PROGRESS
Constructor Summary | |
ServiceFactory()
|
Method Summary | |
static Service |
getService(java.util.Map environment)
Obtain an AxisClient 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 ServiceFactory()
Method Detail |
public static Service getService(java.util.Map environment) throws JAXRPCException
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 |