com.webobjects.webservices.support
Class WOXMLProvider
java.lang.Object
com.webobjects.webservices.support.WOXMLProvider
- All Implemented Interfaces:
- org.apache.axis.EngineConfiguration
- public class WOXMLProvider
- extends Object
- implements org.apache.axis.EngineConfiguration
For internal use only.
| Fields inherited from interface org.apache.axis.EngineConfiguration |
PROPERTY_NAME |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deployment
protected org.apache.axis.deployment.wsdd.WSDDDeployment deployment
myDocument
protected Document myDocument
myInputStream
protected InputStream myInputStream
readOnly
protected boolean readOnly
WOXMLProvider
public WOXMLProvider(InputStream stream)
WOXMLProvider
public WOXMLProvider(Document doc)
configureEngine
public void configureEngine(org.apache.axis.AxisEngine engine)
throws org.apache.axis.ConfigurationException
- Specified by:
configureEngine in interface org.apache.axis.EngineConfiguration
- Throws:
org.apache.axis.ConfigurationException
doConfigureEngine
protected void doConfigureEngine(org.apache.axis.AxisEngine engine)
throws org.apache.axis.ConfigurationException
- Throws:
org.apache.axis.ConfigurationException
getDeployedServices
public Iterator getDeployedServices()
throws org.apache.axis.ConfigurationException
- Specified by:
getDeployedServices in interface org.apache.axis.EngineConfiguration
- Throws:
org.apache.axis.ConfigurationException
getDeployment
public org.apache.axis.deployment.wsdd.WSDDDeployment getDeployment()
getDocument
public Document getDocument()
getGlobalOptions
public Hashtable getGlobalOptions()
throws org.apache.axis.ConfigurationException
- Specified by:
getGlobalOptions in interface org.apache.axis.EngineConfiguration
- Throws:
org.apache.axis.ConfigurationException
getGlobalRequest
public org.apache.axis.Handler getGlobalRequest()
throws org.apache.axis.ConfigurationException
- Specified by:
getGlobalRequest in interface org.apache.axis.EngineConfiguration
- Throws:
org.apache.axis.ConfigurationException
getGlobalResponse
public org.apache.axis.Handler getGlobalResponse()
throws org.apache.axis.ConfigurationException
- Specified by:
getGlobalResponse in interface org.apache.axis.EngineConfiguration
- Throws:
org.apache.axis.ConfigurationException
getHandler
public org.apache.axis.Handler getHandler(javax.xml.namespace.QName qname)
throws org.apache.axis.ConfigurationException
- Specified by:
getHandler in interface org.apache.axis.EngineConfiguration
- Throws:
org.apache.axis.ConfigurationException
getService
public org.apache.axis.handlers.soap.SOAPService getService(javax.xml.namespace.QName qname)
throws org.apache.axis.ConfigurationException
- Specified by:
getService in interface org.apache.axis.EngineConfiguration
- Throws:
org.apache.axis.ConfigurationException
getServiceByNamespaceURI
public org.apache.axis.handlers.soap.SOAPService getServiceByNamespaceURI(String namespace)
throws org.apache.axis.ConfigurationException
- Specified by:
getServiceByNamespaceURI in interface org.apache.axis.EngineConfiguration
- Throws:
org.apache.axis.ConfigurationException
getTransport
public org.apache.axis.Handler getTransport(javax.xml.namespace.QName qname)
throws org.apache.axis.ConfigurationException
- Specified by:
getTransport in interface org.apache.axis.EngineConfiguration
- Throws:
org.apache.axis.ConfigurationException
getTypeMappingRegistry
public org.apache.axis.encoding.TypeMappingRegistry getTypeMappingRegistry()
throws org.apache.axis.ConfigurationException
- Specified by:
getTypeMappingRegistry in interface org.apache.axis.EngineConfiguration
- Throws:
org.apache.axis.ConfigurationException
setDeployment
public void setDeployment(org.apache.axis.deployment.wsdd.WSDDDeployment depl)
setDocument
public void setDocument(Document doc)
writeEngineConfig
public void writeEngineConfig(org.apache.axis.AxisEngine engine)
throws org.apache.axis.ConfigurationException
- Specified by:
writeEngineConfig in interface org.apache.axis.EngineConfiguration
- Throws:
org.apache.axis.ConfigurationException
Copyright © 2004 Apple Computer, Inc.