Uses of Interface
org.apache.xmlrpc.parser.TypeParser
Packages that use TypeParser
-
Uses of TypeParser in org.apache.xmlrpc.common
Methods in org.apache.xmlrpc.common that return TypeParserModifier and TypeMethodDescriptionTypeFactory.getParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, String pURI, String pLocalName) Creates a parser for a parameter or result object.TypeFactoryImpl.getParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, String pURI, String pLocalName) -
Uses of TypeParser in org.apache.xmlrpc.jaxb
Classes in org.apache.xmlrpc.jaxb that implement TypeParserMethods in org.apache.xmlrpc.jaxb that return TypeParserModifier and TypeMethodDescriptionJaxbTypeFactory.getParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, String pURI, String pLocalName) -
Uses of TypeParser in org.apache.xmlrpc.parser
Classes in org.apache.xmlrpc.parser that implement TypeParserModifier and TypeClassDescriptionclassAbstract base implementation ofTypeParserfor parsing an atomic value.classParser for BigDecimal values.classParser for BigInteger values.classParser for boolean values.classA parser for base64 elements.classParser for integer values.classParser for integer values.classParser for double values.classBase class for parsing external XML representations, like DOM, or JAXB.classParser for float values.classParser for byte values.classParser for short values.classParser for integer values.classParser for long values.classParser for long values.classTypeParserimplementation for maps.classA parser for DOM document.classSAX parser for a nil element (null value).classParser for an array of objects, as created byObjectArraySerializer.classAbstract base class of a parser, that invokes other type parsers recursively.classA parser for serializable objects.classParser implementation for parsing a string.classAbstract base implementation of aTypeParser, for derivation of subclasses.classA SAX parser for anXmlRpcClient's request.classA SAX parser for anXmlRpcServer's response.Fields in org.apache.xmlrpc.parser declared as TypeParser