|
jaxg 0.1dev | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.graphics.XGProcessorFactory
org.xml.graphics.helpers.XGProcessorFactoryProxy
public class XGProcessorFactoryProxy
This class is a proxy to other XGProcessorFactory implementations. It is responsible to set up the ClassLoader for a deployment package.
XGProcessorFactory.newInstance(java.net.URL)| Constructor Summary | |
|---|---|
XGProcessorFactoryProxy(DeploymentPackage pkg)
|
|
XGProcessorFactoryProxy(java.net.URL packageFile)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getAttribute(java.lang.String name)
Allows the user to retrieve specific attributes on the underlying implementation. |
boolean |
getFeature(java.lang.String name)
Look up the value of a feature. |
XGProcessor |
newXGProcessor()
Creates a new XGProcessor instance. |
XGProcessorHandler |
newXGProcessorHandler()
Create a new XGProcessorHandler instance. |
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Allows the user to set specific attributes on the underlying implementation. |
| Methods inherited from class org.xml.graphics.XGProcessorFactory |
|---|
newInstance, newInstance, newInstance, newInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XGProcessorFactoryProxy(java.net.URL packageFile)
throws java.io.IOException
java.io.IOExceptionpublic XGProcessorFactoryProxy(DeploymentPackage pkg)
| Method Detail |
|---|
public XGProcessor newXGProcessor()
throws XGException
XGProcessorFactory
newXGProcessor in class XGProcessorFactoryXGException - if the XGProcessor cannot be instantiatedXGProcessorFactory.newXGProcessor()
public XGProcessorHandler newXGProcessorHandler()
throws XGException
XGProcessorFactory
newXGProcessorHandler in class XGProcessorFactoryXGException - if the XGProcessor cannot be instantiatedXGProcessorFactory.newXGProcessorHandler()public boolean getFeature(java.lang.String name)
XGProcessorFactoryLook up the value of a feature.
The feature name is any absolute URI.
getFeature in class XGProcessorFactoryname - The feature name, which is an absolute URI.
XGProcessorFactory.getFeature(java.lang.String)
public void setAttribute(java.lang.String name,
java.lang.Object value)
throws java.lang.IllegalArgumentException
XGProcessorFactory
setAttribute in class XGProcessorFactoryname - The name of the attribute.value - The value of the attribute.
java.lang.IllegalArgumentException - thrown if the underlying
implementation doesn't recognize the attribute.XGProcessorFactory.setAttribute(java.lang.String, java.lang.Object)
public java.lang.Object getAttribute(java.lang.String name)
throws java.lang.IllegalArgumentException
XGProcessorFactory
getAttribute in class XGProcessorFactoryname - The name of the attribute.
java.lang.IllegalArgumentException - thrown if the underlying
implementation doesn't recognize the attribute.XGProcessorFactory.getAttribute(java.lang.String)
|
jaxg 0.1dev | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||