Uses of Interface
org.apache.geronimo.ews.ws4j2ee.context.webservices.server.interfaces.WSCFWebservices

Packages that use WSCFWebservices
org.apache.geronimo.ews.ws4j2ee.context.webservices.server   
org.apache.geronimo.ews.ws4j2ee.context.webservices.server.interfaces   
org.apache.geronimo.ews.ws4j2ee.context.webservices.server.xmlbeans   
 

Uses of WSCFWebservices in org.apache.geronimo.ews.ws4j2ee.context.webservices.server
 

Classes in org.apache.geronimo.ews.ws4j2ee.context.webservices.server that implement WSCFWebservices
 class AbstractWSCFWebservices
          This is the class that will represent the webservices element in the runtime.
 

Fields in org.apache.geronimo.ews.ws4j2ee.context.webservices.server declared as WSCFWebservices
protected  WSCFWebservices AsbtractWSCFDocument.webservices
          Will keep a reference to the webservices element which is the document element in the webservices.xml
 

Methods in org.apache.geronimo.ews.ws4j2ee.context.webservices.server that return WSCFWebservices
 WSCFWebservices AsbtractWSCFDocument.getWebservices()
          Getter fo the Webservices element which is the document element of the webservices.xml
 

Uses of WSCFWebservices in org.apache.geronimo.ews.ws4j2ee.context.webservices.server.interfaces
 

Methods in org.apache.geronimo.ews.ws4j2ee.context.webservices.server.interfaces that return WSCFWebservices
 WSCFWebservices WSCFDocument.getWebservices()
          The is the getter for the document element thus the gateway to all teh elements in the webservices.xml
 

Uses of WSCFWebservices in org.apache.geronimo.ews.ws4j2ee.context.webservices.server.xmlbeans
 

Classes in org.apache.geronimo.ews.ws4j2ee.context.webservices.server.xmlbeans that implement WSCFWebservices
 class WSCFWebservicesImpl
          This is the class that will represent the webservices element in the runtime.
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.