|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.soap.FactoryFinder
class FactoryFinder
Constructor Summary | |
---|---|
FactoryFinder()
|
Method Summary | |
---|---|
(package private) static java.lang.Object |
find(java.lang.String factoryId)
Finds the implementation Class object for the given
factory name, or null if that fails. |
(package private) static java.lang.Object |
find(java.lang.String factoryId,
java.lang.String fallbackClassName)
Finds the implementation Class object for the given
factory name, or if that fails, finds the Class object
for the given fallback class name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
FactoryFinder()
Method Detail |
---|
static java.lang.Object find(java.lang.String factoryId) throws SOAPException
Class
object for the given
factory name, or null if that fails.
This method is package private so that this code can be shared.
factoryId
- the name of the factory to find, which is
a system property
Class
object of the specified message factory;
or null
SOAPException
- if there is a SOAP errorstatic java.lang.Object find(java.lang.String factoryId, java.lang.String fallbackClassName) throws SOAPException
Class
object for the given
factory name, or if that fails, finds the Class
object
for the given fallback class name. The arguments supplied must be
used in order. If using the first argument is successful, the second
one will not be used.
This method is package private so that this code can be shared.
factoryId
- the name of the factory to find, which is
a system propertyfallbackClassName
- the implementation class name, which is
to be used only if nothing else
is found; null
to indicate that
there is no fallback class name
Class
object of the specified message factory;
may not be null
SOAPException
- if there is a SOAP error
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |