WebObjects 5.4.2

com.webobjects.webservices.support
Class WOXMLProvider

java.lang.Object
  extended by 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.


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

Field Detail

deployment

protected org.apache.axis.deployment.wsdd.WSDDDeployment deployment

myInputStream

protected InputStream myInputStream

myDocument

protected Document myDocument

readOnly

protected boolean readOnly
Constructor Detail

WOXMLProvider

public WOXMLProvider(InputStream stream)

WOXMLProvider

public WOXMLProvider(Document doc)
Method Detail

getDocument

public Document getDocument()

setDocument

public void setDocument(Document doc)

getDeployment

public org.apache.axis.deployment.wsdd.WSDDDeployment getDeployment()

setDeployment

public void setDeployment(org.apache.axis.deployment.wsdd.WSDDDeployment depl)

doConfigureEngine

protected void doConfigureEngine(org.apache.axis.AxisEngine engine)
                          throws org.apache.axis.ConfigurationException
Throws:
org.apache.axis.ConfigurationException

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

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

getHandler

public org.apache.axis.Handler getHandler(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(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(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

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

getGlobalOptions

public Hashtable getGlobalOptions()
                           throws org.apache.axis.ConfigurationException
Specified by:
getGlobalOptions in interface org.apache.axis.EngineConfiguration
Throws:
org.apache.axis.ConfigurationException

getRoles

public List getRoles()
Specified by:
getRoles in interface org.apache.axis.EngineConfiguration

getDeployedServices

public Iterator getDeployedServices()
                             throws org.apache.axis.ConfigurationException
Specified by:
getDeployedServices in interface org.apache.axis.EngineConfiguration
Throws:
org.apache.axis.ConfigurationException

Last updated June 2008

Copyright © 2000-2008 Apple Inc.