|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.wsif.mapping.WSIFMapperFactory
A factory to produce instances of WSIFMapper
| Constructor Summary | |
WSIFMapperFactory()
|
|
| Method Summary | |
static WSIFMapper |
newMapper()
Get a new WSIFMapper. |
static WSIFMapper |
newMapper(boolean refresh)
Get a new WSIFMapper. |
static WSIFMapper |
newMapper(java.lang.String mapperClassName)
Create a new instance of an implementation WSIFMapper. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WSIFMapperFactory()
| Method Detail |
public static WSIFMapper newMapper()
throws WSIFException
An - exception if the class cannot be found or is not an implemenation of
WSIFMapper
WSIFException
public static WSIFMapper newMapper(boolean refresh)
throws WSIFException
refresh - A flag to indicate whether or not to reuse the class name for the
WSIFMapper implementation if it has already been established rather than determine it
again.
An - exception if the class cannot be found or is not an implemenation of
WSIFMapper
WSIFException
public static WSIFMapper newMapper(java.lang.String mapperClassName)
throws WSIFException
mapperClassName - The class name of the implementation of WSIFMapper to
use
An - exception if the class cannot be found or is not an implemenation of
WSIFMapper
WSIFException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||