|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.wsif.providers.WSIFDynamicTypeMap
Container for type mappings that can be used by dynamic providers.
| Constructor Summary | |
WSIFDynamicTypeMap()
Default constructor |
|
WSIFDynamicTypeMap(java.util.ArrayList aList)
Deprecated. WSIFDynamicTypeMap should no longer be used to hold a list of custom types since the mapPackage functionality has been moved to WSIFMappingConvention |
|
| Method Summary | |
WSIFDynamicTypeMap |
copy()
Produce a copy of the WSIFDynamicTypeMap. |
java.util.Iterator |
iterator()
Return iterator with all mappings. |
void |
mapPackage(java.lang.String namespace,
java.lang.String packageName)
Deprecated. Package mappings should now be set with the WSIFMappingConvention |
void |
mapType(javax.xml.namespace.QName xmlType,
java.lang.Class javaType)
Add new mapping between XML and Java type. |
void |
mapType(javax.xml.namespace.QName xmlType,
java.lang.Class javaType,
boolean force)
Add new mapping between XML and Java type. |
void |
setAllTypes(java.util.ArrayList aList)
Deprecated. WSIFDynamicTypeMap should no longer be used to hold a list of custom types since the mapPackage functionality has been moved to WSIFMappingConvention |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WSIFDynamicTypeMap()
public WSIFDynamicTypeMap(java.util.ArrayList aList)
WSIFMappingConvention
| Method Detail |
public void mapType(javax.xml.namespace.QName xmlType,
java.lang.Class javaType)
xmlType - The qualified xml namejavaType - The Java classmapType(QName, Class, boolean)
public void mapType(javax.xml.namespace.QName xmlType,
java.lang.Class javaType,
boolean force)
xmlType - The qualified xml namejavaType - The Java classforce - flag to indicate if mapping should override an existing one
for the same xmlType
public void mapPackage(java.lang.String namespace,
java.lang.String packageName)
WSIFMappingConvention
namespace - The wsdl namespacepackageName - The name of the Java packagepublic void setAllTypes(java.util.ArrayList aList)
WSIFMappingConvention
aList - The listpublic java.util.Iterator iterator()
public WSIFDynamicTypeMap copy()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||