org.apache.xmlrpc.jaxb
public class JaxbTypeFactory extends TypeFactoryImpl
| Constructor Summary | |
|---|---|
| JaxbTypeFactory(XmlRpcController pController, JAXBContext pContext) Creates a new instance with the given controller and
JAXB context. | |
| Method Summary | |
|---|---|
| TypeParser | getParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, String pURI, String pLocalName) |
| TypeSerializer | getSerializer(XmlRpcStreamConfig pConfig, Object pObject) |
Parameters: pController The controller, which will invoke the factory. pContext The context being used to create marshallers and unmarshallers.