com.webobjects.webservices.support
Class WOXMLProvider
java.lang.Object
|
+--com.webobjects.webservices.support.WOXMLProvider
- public class WOXMLProvider
- extends Object
For internal use only.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deployment
protected 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(AxisEngine engine)
throws ConfigurationException
ConfigurationException
doConfigureEngine
protected void doConfigureEngine(AxisEngine engine)
throws ConfigurationException
ConfigurationException
getDeployedServices
public Iterator getDeployedServices()
throws ConfigurationException
ConfigurationException
getDeployment
public WSDDDeployment getDeployment()
getDocument
public Document getDocument()
getGlobalOptions
public Hashtable getGlobalOptions()
throws ConfigurationException
ConfigurationException
getGlobalRequest
public Handler getGlobalRequest()
throws ConfigurationException
ConfigurationException
getGlobalResponse
public Handler getGlobalResponse()
throws ConfigurationException
ConfigurationException
getHandler
public Handler getHandler(QName qname)
throws ConfigurationException
ConfigurationException
getService
public SOAPService getService(QName qname)
throws ConfigurationException
ConfigurationException
getServiceByNamespaceURI
public SOAPService getServiceByNamespaceURI(String namespace)
throws ConfigurationException
ConfigurationException
getTransport
public Handler getTransport(QName qname)
throws ConfigurationException
ConfigurationException
getTypeMappingRegistry
public TypeMappingRegistry getTypeMappingRegistry()
throws ConfigurationException
ConfigurationException
setDeployment
public void setDeployment(WSDDDeployment depl)
setDocument
public void setDocument(Document doc)
writeEngineConfig
public void writeEngineConfig(AxisEngine engine)
throws ConfigurationException
ConfigurationException
Copyright © 2003 Apple Computer, Inc.