Class TypeFactoryImpl

    • Constructor Detail

      • TypeFactoryImpl

        public TypeFactoryImpl​(XmlRpcController pController)
        Creates a new instance.
        Parameters:
        pController - The controller, which operates the type factory.
    • Method Detail

      • getParser

        public TypeParser getParser​(XmlRpcStreamConfig pConfig,
                                    org.apache.ws.commons.util.NamespaceContextImpl pContext,
                                    String pURI,
                                    String pLocalName)
        Description copied from interface: TypeFactory
        Creates a parser for a parameter or result object.
        Specified by:
        getParser in interface TypeFactory
        Parameters:
        pConfig - The request configuration.
        pContext - A namespace context, for looking up prefix mappings.
        pURI - The namespace URI of the element containing the parameter or result.
        pLocalName - The local name of the element containing the parameter or result.
        Returns:
        The created parser.