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

All Known Implementing Classes:
AbstractWSCFPortComponent, WSCFPortComponentImpl

public interface WSCFPortComponent

This interfaces the port component element of the webservices.xml.


Method Summary
 java.lang.String getDescription()
          Gets the description of the port component Element
 java.lang.String getDisplayName()
          Gets the display name of the port component Element
 WSCFHandler[] getHandlers()
          Gets the handlers of the port component Element as an array
 java.lang.String getLargeIcon()
          Gets the large icon of the port component Element
 java.lang.String getPortComponentName()
          Gets the port componenet name of the port component Element
 java.lang.String getServiceEndpointInterface()
          Gets the SEI of the port component Element
 WSCFServiceImplBean getServiceImplBean()
          Gets the service implimentation bean of the port component Element
 java.lang.String getSmallIcon()
          Gets the small icon of the port component Element
 WSCFWSDLPort getWsdlPort()
          Gets the wsdl port of the port component Element
 

Method Detail

getDescription

public java.lang.String getDescription()
Gets the description of the port component Element

Returns:
description

getDisplayName

public java.lang.String getDisplayName()
Gets the display name of the port component Element

Returns:
display name

getLargeIcon

public java.lang.String getLargeIcon()
Gets the large icon of the port component Element

Returns:
large icon

getPortComponentName

public java.lang.String getPortComponentName()
Gets the port componenet name of the port component Element

Returns:
name

getServiceEndpointInterface

public java.lang.String getServiceEndpointInterface()
Gets the SEI of the port component Element

Returns:
SEI

getServiceImplBean

public WSCFServiceImplBean getServiceImplBean()
Gets the service implimentation bean of the port component Element

Returns:
service inplinmentation bean

getSmallIcon

public java.lang.String getSmallIcon()
Gets the small icon of the port component Element

Returns:
small icon

getWsdlPort

public WSCFWSDLPort getWsdlPort()
Gets the wsdl port of the port component Element

Returns:
wsd; port

getHandlers

public WSCFHandler[] getHandlers()
Gets the handlers of the port component Element as an array

Returns:
handlers


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