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

All Known Implementing Classes:
AbstractWSCFWebservices, WSCFWebservicesImpl

public interface WSCFWebservices

This will interface the WebServices element in the webService.xml file


Method Summary
 java.lang.String getDescription()
          Gets the description element of the webservices Element
 java.lang.String getDisplayName()
          Gets the display name element of the webservices Element
 java.lang.String getLargeIcon()
          Gets the large icon element of the webservices Element
 java.lang.String getSmallIcon()
          Gets the small icon element of the webservices Element
 WSCFWebserviceDescription[] getWebServiceDescriptions()
          Gets websevice description Elements from the webservices element as a n array
 

Method Detail

getWebServiceDescriptions

public WSCFWebserviceDescription[] getWebServiceDescriptions()
Gets websevice description Elements from the webservices element as a n array

Returns:
webservice-descriptions

getDescription

public java.lang.String getDescription()
Gets the description element of the webservices Element

Returns:
Description

getDisplayName

public java.lang.String getDisplayName()
Gets the display name element of the webservices Element

Returns:
display-name

getLargeIcon

public java.lang.String getLargeIcon()
Gets the large icon element of the webservices Element

Returns:
large-icon

getSmallIcon

public java.lang.String getSmallIcon()
Gets the small icon element of the webservices Element

Returns:
small-icon


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