com.eviware.soapui.model.project
Interface EndpointStrategy

All Superinterfaces:
RequestFilter
All Known Implementing Classes:
DefaultEndpointStrategy

public interface EndpointStrategy
extends RequestFilter


Method Summary
 javax.swing.JComponent getConfigurationPanel(Interface iface)
           
 void importEndpoints(Interface iface)
           
 void init(Project project)
           
 void onSave()
           
 void release()
           
 
Methods inherited from interface com.eviware.soapui.impl.wsdl.submit.RequestFilter
afterRequest, afterRequest, filterRequest
 

Method Detail

init

void init(Project project)

getConfigurationPanel

javax.swing.JComponent getConfigurationPanel(Interface iface)

onSave

void onSave()

release

void release()

importEndpoints

void importEndpoints(Interface iface)


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