public interface TypeFactory
Modifier and Type | Method and Description |
---|---|
TypeParser |
getParser(XmlRpcStreamConfig pConfig,
org.apache.ws.commons.util.NamespaceContextImpl pContext,
String pURI,
String pLocalName)
Creates a parser for a parameter or result object.
|
TypeSerializer |
getSerializer(XmlRpcStreamConfig pConfig,
Object pObject)
Creates a serializer for the object
pObject . |
TypeSerializer getSerializer(XmlRpcStreamConfig pConfig, Object pObject) throws SAXException
pObject
.pConfig
- The request configuration.pObject
- The object being serialized.pObject
.SAXException
- Creating the serializer failed.TypeParser getParser(XmlRpcStreamConfig pConfig, org.apache.ws.commons.util.NamespaceContextImpl pContext, String pURI, String pLocalName)
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.Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.