Package | Description |
---|---|
org.apache.xmlrpc.common | |
org.apache.xmlrpc.jaxb |
Modifier and Type | Method and Description |
---|---|
XmlRpcController |
XmlRpcWorkerFactory.getController()
Returns the factory controller.
|
XmlRpcController |
TypeFactoryImpl.getController()
Returns the controller, which operates the type factory.
|
XmlRpcController |
XmlRpcWorker.getController()
Returns the workers controller.
|
Constructor and Description |
---|
TypeFactoryImpl(XmlRpcController pController)
Creates a new instance.
|
XmlRpcWorkerFactory(XmlRpcController pController)
Creates a new instance.
|
Constructor and Description |
---|
JaxbTypeFactory(XmlRpcController pController,
javax.xml.bind.JAXBContext pContext)
Creates a new instance with the given controller and
JAXB context.
|