|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSIFMappingConvention | |
---|---|
org.apache.wsif.mapping | |
org.apache.wsif.providers.soap.apacheaxis |
Uses of WSIFMappingConvention in org.apache.wsif.mapping |
---|
Classes in org.apache.wsif.mapping that implement WSIFMappingConvention | |
---|---|
class |
ParserMappingConvention
Implementation of WSIFMappingConvention that matches the
convention used by the now deprecated getTypeMappings methods on
Parser This convention works as follows: For all types, the package for the class is determined by in the following way: Take the "hostname" part of the namespace uri. |
class |
WSIFDefaultMappingConvention
Default implementation of WSIFMappingConvention
This convention works as follows:For all types, the package for the class is determined by in the following way: Take the "hostname" part of the namespace uri. |
Methods in org.apache.wsif.mapping that return WSIFMappingConvention | |
---|---|
WSIFMappingConvention |
WSIFMapper.getMappingConvention()
Get the WSIFMappingConvention used by the WSIFMapper |
WSIFMappingConvention |
WSIFDefaultMapper.getMappingConvention()
|
static WSIFMappingConvention |
WSIFMappingConventionFactory.newMappingConvention()
Get a new MappingConvention. |
static WSIFMappingConvention |
WSIFMappingConventionFactory.newMappingConvention(boolean refresh)
Get a new WSIFMappingConvention. |
static WSIFMappingConvention |
WSIFMappingConventionFactory.newMappingConvention(java.lang.String mappingConvClassName)
Create a new instance of an implementation WSIFMappingConvention. |
Methods in org.apache.wsif.mapping with parameters of type WSIFMappingConvention | |
---|---|
void |
WSIFMapper.setMappingConvention(WSIFMappingConvention con)
Set the WSIFMappingConvention used by the WSIFMapper |
void |
WSIFDefaultMapper.setMappingConvention(WSIFMappingConvention con)
|
Uses of WSIFMappingConvention in org.apache.wsif.providers.soap.apacheaxis |
---|
Classes in org.apache.wsif.providers.soap.apacheaxis that implement WSIFMappingConvention | |
---|---|
class |
WSDL2JavaMappingConvention
An implementation of WSIFMappingConvention that uses
the same methods from Apache Axis, that are used by the WSDL2Java tool. |
Methods in org.apache.wsif.providers.soap.apacheaxis that return WSIFMappingConvention | |
---|---|
WSIFMappingConvention |
WSDL2JavaMapper.getMappingConvention()
|
Methods in org.apache.wsif.providers.soap.apacheaxis with parameters of type WSIFMappingConvention | |
---|---|
void |
WSDL2JavaMapper.setMappingConvention(WSIFMappingConvention con)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |