|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.mapping.WSIFMappingConventionFactory
A factory to produce instances of WSIFMappingConvention
Constructor Summary | |
WSIFMappingConventionFactory()
|
Method Summary | |
static WSIFMappingConvention |
newMappingConvention()
Get a new MappingConvention. |
static WSIFMappingConvention |
newMappingConvention(boolean refresh)
Get a new WSIFMappingConvention. |
static WSIFMappingConvention |
newMappingConvention(java.lang.String mappingConvClassName)
Create a new instance of an implementation WSIFMappingConvention. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WSIFMappingConventionFactory()
Method Detail |
public static WSIFMappingConvention newMappingConvention() throws WSIFException
An
- exception if the class cannot be found or is not an implemenation of
WSIFMappingConvention
WSIFException
public static WSIFMappingConvention newMappingConvention(boolean refresh) throws WSIFException
refresh
- A flag to indicate whether or not to reuse the class name for the
WSIFMappingConvention 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
WSIFMappingConvention
WSIFException
public static WSIFMappingConvention newMappingConvention(java.lang.String mappingConvClassName) throws WSIFException
mappingConvClassName
- The class name of the implementation of WSIFMappingConvention to
use
An
- exception if the class cannot be found or is not an implemenation of
WSIFMappingConvention
WSIFException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |