Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.xmlrpc.common.TypeFactoryImpl
org.apache.xmlrpc.jaxb.JaxbTypeFactory
public class JaxbTypeFactory
extends TypeFactoryImpl
Constructor Summary | |
|
Method Summary | |
TypeParser |
|
TypeSerializer |
|
Methods inherited from class org.apache.xmlrpc.common.TypeFactoryImpl | |
getController , getParser , getSerializer |
public JaxbTypeFactory(XmlRpcController pController, JAXBContext pContext)
Creates a new instance with the given controller and JAXB context.
- Parameters:
pController
- The controller, which will invoke the factory.pContext
- The context being used to create marshallers and unmarshallers.
public TypeParser getParser(XmlRpcStreamConfig pConfig, NamespaceContextImpl pContext, String pURI, String pLocalName)
- Specified by:
- getParser in interface TypeFactory
- Overrides:
- getParser in interface TypeFactoryImpl
public TypeSerializer getSerializer(XmlRpcStreamConfig pConfig, Object pObject) throws SAXException
- Specified by:
- getSerializer in interface TypeFactory
- Overrides:
- getSerializer in interface TypeFactoryImpl