Uses of Interface
org.apache.wsif.mapping.WSIFMapper

Packages that use WSIFMapper
org.apache.wsif.mapping   
org.apache.wsif.providers.soap.apacheaxis   
 

Uses of WSIFMapper in org.apache.wsif.mapping
 

Classes in org.apache.wsif.mapping that implement WSIFMapper
 class WSIFDefaultMapper
          The default implementation of WSIFMapper.
 

Methods in org.apache.wsif.mapping that return WSIFMapper
static WSIFMapper WSIFMapperFactory.newMapper()
          Get a new WSIFMapper.
static WSIFMapper WSIFMapperFactory.newMapper(boolean refresh)
          Get a new WSIFMapper.
static WSIFMapper WSIFMapperFactory.newMapper(java.lang.String mapperClassName)
          Create a new instance of an implementation WSIFMapper.
 

Uses of WSIFMapper in org.apache.wsif.providers.soap.apacheaxis
 

Classes in org.apache.wsif.providers.soap.apacheaxis that implement WSIFMapper
 class 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
 



Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.