org.apache.wsif.providers.soap.apacheaxis
Class WSDL2JavaMapper
java.lang.Object
|
+--org.apache.wsif.providers.soap.apacheaxis.WSDL2JavaMapper
- All Implemented Interfaces:
- WSIFMapper
- public class WSDL2JavaMapper
- extends java.lang.Object
- implements WSIFMapper
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
- Author:
- Owen Burroughs
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDL2JavaMapper
public WSDL2JavaMapper()
getIncludeStandardMappings
public boolean getIncludeStandardMappings()
- Description copied from interface:
WSIFMapper
- 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.
- Specified by:
getIncludeStandardMappings
in interface WSIFMapper
- See Also:
WSIFMapper.getIncludeStandardMappings()
setIncludeStandardMappings
public void setIncludeStandardMappings(boolean b)
- Description copied from interface:
WSIFMapper
- 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.
- Specified by:
setIncludeStandardMappings
in interface WSIFMapper
- See Also:
WSIFMapper.setIncludeStandardMappings(boolean)
getMappingConvention
public WSIFMappingConvention getMappingConvention()
- Description copied from interface:
WSIFMapper
- Get the
WSIFMappingConvention
used by the WSIFMapper
- Specified by:
getMappingConvention
in interface WSIFMapper
- See Also:
WSIFMapper.getMappingConvention()
setMappingConvention
public void setMappingConvention(WSIFMappingConvention con)
- Description copied from interface:
WSIFMapper
- Set the
WSIFMappingConvention
used by the WSIFMapper
- Specified by:
setMappingConvention
in interface WSIFMapper
- See Also:
WSIFMapper.setMappingConvention(WSIFMappingConvention)
overrideTypeMapping
public void overrideTypeMapping(javax.xml.namespace.QName xmlName,
java.lang.String className)
- Description copied from interface:
WSIFMapper
- Override a generated mapping for a particular xml name with this information
- Specified by:
overrideTypeMapping
in interface WSIFMapper
- See Also:
WSIFMapper.overrideTypeMapping(QName, String)
getMappings
public java.util.Map getMappings(SchemaType[] types)
- Description copied from interface:
WSIFMapper
- Get a map of xml name to Java class name (QName to String) mappings
from a array of
SchemaType
objects
- Specified by:
getMappings
in interface WSIFMapper
- See Also:
WSIFMapper.getMappings(SchemaType[])
Copyright © 2002, 2003 Apache XML Project. All Rights Reserved.