| java.lang.Object javax.xml.soap.FactoryFinder
FactoryFinder | class FactoryFinder (Code) | | This class is used to locate factory classes for javax.xml.soap. It has package scope since it is
not part of JAXM and should not be accessed from other packages.
|
Method Summary | |
static Object | find(String factoryPropertyName, String defaultFactoryClassName) Instantiates a factory object given the factory's property name and the default class name. |
find | static Object find(String factoryPropertyName, String defaultFactoryClassName) throws SOAPException(Code) | | Instantiates a factory object given the factory's property name and the default class name.
Parameters: factoryPropertyName - Parameters: defaultFactoryClassName - a factory object throws: SOAPException - |
|
|