com.eviware.soapui.impl.rest.panels.service
Class RestServicePanelBuilder

java.lang.Object
  extended by com.eviware.soapui.impl.EmptyPanelBuilder<RestService>
      extended by com.eviware.soapui.impl.rest.panels.service.RestServicePanelBuilder
All Implemented Interfaces:
PanelBuilder<RestService>

public class RestServicePanelBuilder
extends EmptyPanelBuilder<RestService>

PanelBuilder for WsdlInterface

Author:
Ole.Matzura

Constructor Summary
RestServicePanelBuilder()
           
 
Method Summary
 RestServiceDesktopPanel buildDesktopPanel(RestService service)
           
 java.awt.Component buildOverviewPanel(RestService service)
           
 boolean hasDesktopPanel()
           
 boolean hasOverviewPanel()
           
 
Methods inherited from class com.eviware.soapui.impl.EmptyPanelBuilder
buildDefaultProperties, get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestServicePanelBuilder

public RestServicePanelBuilder()
Method Detail

buildDesktopPanel

public RestServiceDesktopPanel buildDesktopPanel(RestService service)
Specified by:
buildDesktopPanel in interface PanelBuilder<RestService>
Overrides:
buildDesktopPanel in class EmptyPanelBuilder<RestService>

hasDesktopPanel

public boolean hasDesktopPanel()
Specified by:
hasDesktopPanel in interface PanelBuilder<RestService>
Overrides:
hasDesktopPanel in class EmptyPanelBuilder<RestService>

buildOverviewPanel

public java.awt.Component buildOverviewPanel(RestService service)
Specified by:
buildOverviewPanel in interface PanelBuilder<RestService>
Overrides:
buildOverviewPanel in class EmptyPanelBuilder<RestService>

hasOverviewPanel

public boolean hasOverviewPanel()
Specified by:
hasOverviewPanel in interface PanelBuilder<RestService>
Overrides:
hasOverviewPanel in class EmptyPanelBuilder<RestService>


Copyright © 2005-2010 eviware.com. All Rights Reserved.