Uses of Interface
org.apache.xmlrpc.common.XmlRpcStreamConfig
-
-
Uses of XmlRpcStreamConfig in org.apache.xmlrpc
Classes in org.apache.xmlrpc that implement XmlRpcStreamConfig Modifier and Type Class Description classXmlRpcConfigImplDefault implementation ofXmlRpcConfig. -
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.client
Subinterfaces of XmlRpcStreamConfig in org.apache.xmlrpc.client Modifier and Type Interface Description interfaceXmlRpcHttpClientConfigExtension ofXmlRpcClientConfigfor HTTP based transport.Classes in org.apache.xmlrpc.client that implement XmlRpcStreamConfig Modifier and Type Class Description classXmlRpcClientConfigImplDefault implementation of a clients request configuration. -
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.common
Subinterfaces of XmlRpcStreamConfig in org.apache.xmlrpc.common Modifier and Type Interface Description interfaceXmlRpcHttpConfigInterface of a configuration for HTTP requests.interfaceXmlRpcHttpRequestConfigExtension ofXmlRpcClientConfigfor HTTP based transport.interfaceXmlRpcStreamRequestConfigInterface of a client configuration for a transport, which is implemented by writing to a stream.Classes in org.apache.xmlrpc.common that implement XmlRpcStreamConfig Modifier and Type Class Description classXmlRpcHttpRequestConfigImplDefault implementation of a request configuration.Methods in org.apache.xmlrpc.common with parameters of type XmlRpcStreamConfig Modifier and Type Method Description TypeParserTypeFactory. getParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, java.lang.String pURI, java.lang.String pLocalName)Creates a parser for a parameter or result object.TypeParserTypeFactoryImpl. getParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, java.lang.String pURI, java.lang.String pLocalName)TypeSerializerTypeFactory. getSerializer(XmlRpcStreamConfig pConfig, java.lang.Object pObject)Creates a serializer for the objectpObject.TypeSerializerTypeFactoryImpl. getSerializer(XmlRpcStreamConfig pConfig, java.lang.Object pObject) -
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.jaxb
Methods in org.apache.xmlrpc.jaxb with parameters of type XmlRpcStreamConfig Modifier and Type Method Description TypeParserJaxbTypeFactory. getParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, java.lang.String pURI, java.lang.String pLocalName)TypeSerializerJaxbTypeFactory. getSerializer(XmlRpcStreamConfig pConfig, java.lang.Object pObject) -
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.parser
Fields in org.apache.xmlrpc.parser declared as XmlRpcStreamConfig Modifier and Type Field Description protected XmlRpcStreamConfigRecursiveTypeParserImpl. cfgConstructors in org.apache.xmlrpc.parser with parameters of type XmlRpcStreamConfig Constructor Description MapParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, TypeFactory pFactory)Creates a new instance.ObjectArrayParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, TypeFactory pFactory)Creates a new instance.RecursiveTypeParserImpl(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, TypeFactory pFactory)Creates a new instance.XmlRpcRequestParser(XmlRpcStreamConfig pConfig, TypeFactory pTypeFactory)Creates a new instance, which parses a clients request. -
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.serializer
Fields in org.apache.xmlrpc.serializer declared as XmlRpcStreamConfig Modifier and Type Field Description private XmlRpcStreamConfigMapSerializer. configprivate XmlRpcStreamConfigObjectArraySerializer. configprivate XmlRpcStreamConfigXmlRpcWriter. configMethods in org.apache.xmlrpc.serializer with parameters of type XmlRpcStreamConfig Modifier and Type Method Description org.xml.sax.ContentHandlerBaseXmlWriterFactory. getXmlWriter(XmlRpcStreamConfig pConfig, java.io.OutputStream pStream)org.xml.sax.ContentHandlerDefaultXMLWriterFactory. getXmlWriter(XmlRpcStreamConfig pConfig, java.io.OutputStream pStream)org.xml.sax.ContentHandlerXmlWriterFactory. getXmlWriter(XmlRpcStreamConfig pConfig, java.io.OutputStream pStream)Creates a new instance ofContentHandler, writing to the givenOutputStream.Constructors in org.apache.xmlrpc.serializer with parameters of type XmlRpcStreamConfig Constructor Description ListSerializer(TypeFactory pTypeFactory, XmlRpcStreamConfig pConfig)Creates a new instance.MapSerializer(TypeFactory pTypeFactory, XmlRpcStreamConfig pConfig)Creates a new instance.ObjectArraySerializer(TypeFactory pTypeFactory, XmlRpcStreamConfig pConfig)Creates a new instance.XmlRpcWriter(XmlRpcStreamConfig pConfig, org.xml.sax.ContentHandler pHandler, TypeFactory pTypeFactory)Creates a new instance. -
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.server
Subinterfaces of XmlRpcStreamConfig in org.apache.xmlrpc.server Modifier and Type Interface Description interfaceXmlRpcHttpServerConfigHTTP servers configuration.Classes in org.apache.xmlrpc.server that implement XmlRpcStreamConfig Modifier and Type Class Description classXmlRpcServerConfigImplDefault implementation ofXmlRpcServerConfig. -
Uses of XmlRpcStreamConfig in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement XmlRpcStreamConfig Modifier and Type Class Description classRequestDataWeb servers extension ofXmlRpcHttpRequestConfig, which allows to store additional per request data.
-