|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.providers.soap.apacheaxis.WSDL2JavaMapper
An implementation of WSIFMapper
which assumes that
the Axis wsdl2java tool was used in creating the client side Java classes for the
service.
It is recommended that this WSIFMapper implementation should be used in conjunction
with the corresponding WSIFMappingConvention implementation,
WSDL2JavaMappingConvention
Constructor Summary | |
WSDL2JavaMapper()
|
Method Summary | |
boolean |
getIncludeStandardMappings()
Get the flag indicating whether or not the list of mappings returned by the getMappings method includes the standard JAX-RPC mappings for simple types. |
WSIFMappingConvention |
getMappingConvention()
Get the WSIFMappingConvention used by the WSIFMapper |
java.util.Map |
getMappings(SchemaType[] types)
Get a map of xml name to Java class name (QName to String) mappings from a array of SchemaType objects |
void |
overrideTypeMapping(javax.xml.namespace.QName xmlName,
java.lang.String className)
Override a generated mapping for a particular xml name with this information |
void |
setIncludeStandardMappings(boolean b)
Set a flag to indicate whether or not the list of mappings returned by the getMappings method includes the standard JAX-RPC mappings for simple types. |
void |
setMappingConvention(WSIFMappingConvention con)
Set the WSIFMappingConvention used by the WSIFMapper |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WSDL2JavaMapper()
Method Detail |
public boolean getIncludeStandardMappings()
WSIFMapper
getIncludeStandardMappings
in interface WSIFMapper
WSIFMapper.getIncludeStandardMappings()
public void setIncludeStandardMappings(boolean b)
WSIFMapper
setIncludeStandardMappings
in interface WSIFMapper
b
- The flagWSIFMapper.setIncludeStandardMappings(boolean)
public WSIFMappingConvention getMappingConvention()
WSIFMapper
WSIFMappingConvention
used by the WSIFMapper
getMappingConvention
in interface WSIFMapper
WSIFMappingConvention
WSIFMapper.getMappingConvention()
public void setMappingConvention(WSIFMappingConvention con)
WSIFMapper
WSIFMappingConvention
used by the WSIFMapper
setMappingConvention
in interface WSIFMapper
con
- The WSIFMappingConvention
to useWSIFMapper.setMappingConvention(WSIFMappingConvention)
public void overrideTypeMapping(javax.xml.namespace.QName xmlName, java.lang.String className)
WSIFMapper
overrideTypeMapping
in interface WSIFMapper
xmlName
- The xml name of the mappingclassName
- The class name for the mappingWSIFMapper.overrideTypeMapping(QName, String)
public java.util.Map getMappings(SchemaType[] types)
WSIFMapper
SchemaType
objects
getMappings
in interface WSIFMapper
types
- An array of SchemaType
objects to create the
mappings for
WSIFMapper.getMappings(SchemaType[])
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |