|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.axis.configuration.FileProvider (src)
org.jboss.net.axis.XMLResourceProvider
A FileProvider
that sits on a given URL and
that hosts classloader-aware deployment information.
Field Summary | |
protected java.lang.ClassLoader |
contextLoader
the classloader that is used to interpret the deployment |
protected java.io.InputStream |
is
input stream cache |
protected java.net.URL |
resource
the original resource that we host |
Fields inherited from interface org.jboss.axis.EngineConfiguration (src) |
PROPERTY_NAME |
Constructor Summary | |
XMLResourceProvider(java.net.URL resource,
java.lang.ClassLoader loader)
construct a new XmlResourceProvider |
Method Summary | |
Deployment (src) |
buildDeployment()
constructs a new deployment |
void |
configureEngine(AxisEngine (src) engine)
configures the given AxisEngine with the given descriptor |
Deployment (src) |
getMyDeployment()
returns out special deployment |
void |
setInputStream(java.io.InputStream stream)
override input stream setter to sync protected cache |
void |
writeEngineConfig(AxisEngine (src) engine)
not supported, yet. |
Methods inherited from class org.jboss.axis.configuration.FileProvider (src) |
getDeployedServices, getDeployment, getGlobalOptions, getGlobalRequest, getGlobalResponse, getHandler, getService, getServiceByNamespaceURI, getTransport, getTypeMappingRegistry, setDeployment, setSearchClasspath |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final java.net.URL resource
protected java.io.InputStream is
protected java.lang.ClassLoader contextLoader
Constructor Detail |
public XMLResourceProvider(java.net.URL resource, java.lang.ClassLoader loader)
resource
- url pointing to the deployment descriptorMethod Detail |
public void setInputStream(java.io.InputStream stream)
setInputStream
in class FileProvider (src)
public void configureEngine(AxisEngine (src) engine) throws ConfigurationException (src)
configureEngine
in interface EngineConfiguration (src)
configureEngine
in class FileProvider (src)
ConfigurationException (src)
public Deployment (src) buildDeployment() throws ConfigurationException (src)
ConfigurationException (src)
public Deployment (src) getMyDeployment()
public void writeEngineConfig(AxisEngine (src) engine)
writeEngineConfig
in interface EngineConfiguration (src)
writeEngineConfig
in class FileProvider (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |