WebObjects 5.2.2

com.webobjects.webservices.support
Class WOXMLProvider

java.lang.Object
  |
  +--com.webobjects.webservices.support.WOXMLProvider

public class WOXMLProvider
extends Object

For internal use only.


Field Summary
protected  WSDDDeployment deployment
           
protected  Document myDocument
           
protected  InputStream myInputStream
           
protected  boolean readOnly
           
 
Constructor Summary
WOXMLProvider(Document doc)
           
WOXMLProvider(InputStream stream)
           
 
Method Summary
 void configureEngine(AxisEngine engine)
           
protected  void doConfigureEngine(AxisEngine engine)
           
 Iterator getDeployedServices()
           
 WSDDDeployment getDeployment()
           
 Document getDocument()
           
 Hashtable getGlobalOptions()
           
 Handler getGlobalRequest()
           
 Handler getGlobalResponse()
           
 Handler getHandler(QName qname)
           
 SOAPService getService(QName qname)
           
 SOAPService getServiceByNamespaceURI(String namespace)
           
 Handler getTransport(QName qname)
           
 TypeMappingRegistry getTypeMappingRegistry()
           
 void setDeployment(WSDDDeployment depl)
           
 void setDocument(Document doc)
           
 void writeEngineConfig(AxisEngine engine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deployment

protected WSDDDeployment deployment

myDocument

protected Document myDocument

myInputStream

protected InputStream myInputStream

readOnly

protected boolean readOnly
Constructor Detail

WOXMLProvider

public WOXMLProvider(InputStream stream)

WOXMLProvider

public WOXMLProvider(Document doc)
Method Detail

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

Last updated Mon Oct 13 15:42:52 PDT 2003.

Copyright © 2003 Apple Computer, Inc.