Uses of Interface
org.apache.xmlrpc.parser.TypeParser
-
Packages that use TypeParser Package Description org.apache.xmlrpc.common org.apache.xmlrpc.jaxb org.apache.xmlrpc.parser -
-
Uses of TypeParser in org.apache.xmlrpc.common
Methods in org.apache.xmlrpc.common that return TypeParser 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) -
Uses of TypeParser in org.apache.xmlrpc.jaxb
Classes in org.apache.xmlrpc.jaxb that implement TypeParser Modifier and Type Class Description classJaxbParserA parser for JAXB objects.Methods in org.apache.xmlrpc.jaxb that return TypeParser Modifier and Type Method Description TypeParserJaxbTypeFactory. getParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, java.lang.String pURI, java.lang.String pLocalName) -
Uses of TypeParser in org.apache.xmlrpc.parser
Classes in org.apache.xmlrpc.parser that implement TypeParser Modifier and Type Class Description classAtomicParserAbstract base implementation ofTypeParserfor parsing an atomic value.classBigDecimalParserParser for BigDecimal values.classBigIntegerParserParser for BigInteger values.classBooleanParserParser for boolean values.classByteArrayParserA parser for base64 elements.classCalendarParserParser for integer values.classDateParserParser for integer values.classDoubleParserParser for double values.classExtParserBase class for parsing external XML representations, like DOM, or JAXB.classFloatParserParser for float values.classI1ParserParser for byte values.classI2ParserParser for short values.classI4ParserParser for integer values.classI8ParserParser for long values.classLongParserParser for long values.classMapParserTypeParserimplementation for maps.classNodeParserA parser for DOM document.classNullParserSAX parser for a nil element (null value).classObjectArrayParserParser for an array of objects, as created byObjectArraySerializer.classRecursiveTypeParserImplAbstract base class of a parser, that invokes other type parsers recursively.classSerializableParserA parser for serializable objects.classStringParserParser implementation for parsing a string.classTypeParserImplAbstract base implementation of aTypeParser, for derivation of subclasses.classXmlRpcRequestParserA SAX parser for anXmlRpcClient's request.classXmlRpcResponseParserA SAX parser for anXmlRpcServer's response.Fields in org.apache.xmlrpc.parser declared as TypeParser Modifier and Type Field Description private TypeParserRecursiveTypeParserImpl. typeParser
-