Class Client.ExtendedTypeFactoryImpl

  • All Implemented Interfaces:
    org.apache.xmlrpc.common.TypeFactory
    Enclosing class:
    Client

    public class Client.ExtendedTypeFactoryImpl
    extends org.apache.xmlrpc.common.TypeFactoryImpl
    This class extends the TypeFactoryImpl for supporting i8 type.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtendedTypeFactoryImpl​(org.apache.xmlrpc.common.XmlRpcController pController)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.xmlrpc.parser.TypeParser getParser​(org.apache.xmlrpc.common.XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, java.lang.String pURI, java.lang.String pLocalName)  
      • Methods inherited from class org.apache.xmlrpc.common.TypeFactoryImpl

        getController, getSerializer
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExtendedTypeFactoryImpl

        public ExtendedTypeFactoryImpl​(org.apache.xmlrpc.common.XmlRpcController pController)
    • Method Detail

      • getParser

        public org.apache.xmlrpc.parser.TypeParser getParser​(org.apache.xmlrpc.common.XmlRpcStreamConfig pConfig,
                                                             org.apache.ws.commons.util.NamespaceContextImpl pContext,
                                                             java.lang.String pURI,
                                                             java.lang.String pLocalName)
        Specified by:
        getParser in interface org.apache.xmlrpc.common.TypeFactory
        Overrides:
        getParser in class org.apache.xmlrpc.common.TypeFactoryImpl