Initialize a TypeMappingRegistry with the
WSDDTypeMappings.
Note: Extensions of WSDDService may override
initTMR to popluate the tmr with different
type mappings.
public void validateDescriptors() throws WSDDException(Code)
This method can be used for dynamic deployment using new WSDDService()
etc. It validates some standard parameters for some standard providers
(if present). Do this before deployment.deployService().
writeToContext
public void writeToContext(SerializationContext context) throws IOException(Code)