com.webobjects.webservices.support
Class WOXMLProvider
com.webobjects.webservices.support.WOXMLProvider
- public class WOXMLProvider
For internal use only.
deployment
protected org.apache.axis.deployment.wsdd.WSDDDeployment deployment
myDocument
protected org.w3c.dom.Document myDocument
myInputStream
protected InputStream myInputStream
readOnly
protected boolean readOnly
WOXMLProvider
public WOXMLProvider(InputStream stream)
WOXMLProvider
public WOXMLProvider(org.w3c.dom.Document doc)
configureEngine
public void configureEngine(org.apache.axis.AxisEngine engine)
throws org.apache.axis.ConfigurationException
doConfigureEngine
protected void doConfigureEngine(org.apache.axis.AxisEngine engine)
throws org.apache.axis.ConfigurationException
getDeployedServices
public Iterator getDeployedServices()
throws org.apache.axis.ConfigurationException
getDeployment
public org.apache.axis.deployment.wsdd.WSDDDeployment getDeployment()
getDocument
public org.w3c.dom.Document getDocument()
getGlobalOptions
public Hashtable getGlobalOptions()
throws org.apache.axis.ConfigurationException
getGlobalRequest
public org.apache.axis.Handler getGlobalRequest()
throws org.apache.axis.ConfigurationException
getGlobalResponse
public org.apache.axis.Handler getGlobalResponse()
throws org.apache.axis.ConfigurationException
getHandler
public org.apache.axis.Handler getHandler(javax.xml.namespace.QName qname)
throws org.apache.axis.ConfigurationException
getService
public org.apache.axis.handlers.soap.SOAPService getService(javax.xml.namespace.QName qname)
throws org.apache.axis.ConfigurationException
getServiceByNamespaceURI
public org.apache.axis.handlers.soap.SOAPService getServiceByNamespaceURI(String namespace)
throws org.apache.axis.ConfigurationException
getTransport
public org.apache.axis.Handler getTransport(javax.xml.namespace.QName qname)
throws org.apache.axis.ConfigurationException
getTypeMappingRegistry
public org.apache.axis.encoding.TypeMappingRegistry getTypeMappingRegistry()
throws org.apache.axis.ConfigurationException
setDeployment
public void setDeployment(org.apache.axis.deployment.wsdd.WSDDDeployment depl)
setDocument
public void setDocument(org.w3c.dom.Document doc)
writeEngineConfig
public void writeEngineConfig(org.apache.axis.AxisEngine engine)
throws org.apache.axis.ConfigurationException
Copyright © 2003 Apple Computer, Inc.