org.apache.wsif.providers.soap.apachesoap
Class WSIFSOAPMappingRegistry

java.lang.Object
  |
  +--org.apache.soap.util.xml.XMLJavaMappingRegistry
        |
        +--org.apache.soap.encoding.SOAPMappingRegistry
              |
              +--org.apache.wsif.providers.soap.apachesoap.WSIFSOAPMappingRegistry

public class WSIFSOAPMappingRegistry
extends org.apache.soap.encoding.SOAPMappingRegistry

An extension of SOAPMappingRegistry which can handle SOAP-ENC simple types

Author:
Owen Burroughs

Fields inherited from class org.apache.soap.encoding.SOAPMappingRegistry
partSer
 
Constructor Summary
WSIFSOAPMappingRegistry()
          Constructor for WSIFSOAPMappingRegistry
WSIFSOAPMappingRegistry(org.apache.soap.encoding.SOAPMappingRegistry registry)
          Constructor for WSIFSOAPMappingRegistry
WSIFSOAPMappingRegistry(org.apache.soap.encoding.SOAPMappingRegistry registry, java.lang.String schemaURI)
          Constructor for WSIFSOAPMappingRegistry
 
Methods inherited from class org.apache.soap.encoding.SOAPMappingRegistry
getBaseRegistry, getParent, getSchemaURI, setDefaultEncodingStyle
 
Methods inherited from class org.apache.soap.util.xml.XMLJavaMappingRegistry
mapTypes, marshall, queryDeserializer, queryElementType, queryJavaType, querySerializer, unmarshall
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSIFSOAPMappingRegistry

public WSIFSOAPMappingRegistry()
Constructor for WSIFSOAPMappingRegistry

WSIFSOAPMappingRegistry

public WSIFSOAPMappingRegistry(org.apache.soap.encoding.SOAPMappingRegistry registry)
Constructor for WSIFSOAPMappingRegistry
Parameters:
registry - The parent SOAP mapping registry

WSIFSOAPMappingRegistry

public WSIFSOAPMappingRegistry(org.apache.soap.encoding.SOAPMappingRegistry registry,
                               java.lang.String schemaURI)
Constructor for WSIFSOAPMappingRegistry
Parameters:
registry - The parent SOAP mapping registry
schemaURI - The namespace URI of XSD to be used for serializers.


Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.