com.eviware.soapui.impl.wsdl.endpoint
Class DefaultEndpointStrategy
java.lang.Object
com.eviware.soapui.impl.wsdl.endpoint.DefaultEndpointStrategy
- All Implemented Interfaces:
- RequestFilter, EndpointStrategy, PropertyExpansionContainer
public class DefaultEndpointStrategy
- extends java.lang.Object
- implements EndpointStrategy, PropertyExpansionContainer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultEndpointStrategy
public DefaultEndpointStrategy()
init
public void init(Project project)
- Specified by:
init
in interface EndpointStrategy
filterRequest
public void filterRequest(SubmitContext context,
WsdlRequest wsdlRequest)
- Specified by:
filterRequest
in interface RequestFilter
applyDefaultsToRequest
protected void applyDefaultsToRequest(SubmitContext context,
WsdlRequest wsdlRequest,
DefaultEndpointStrategy.EndpointDefaults def)
release
public void release()
- Specified by:
release
in interface EndpointStrategy
getEndpointDefaults
public DefaultEndpointStrategy.EndpointDefaults getEndpointDefaults(java.lang.String endpoint)
onSave
public void onSave()
- Specified by:
onSave
in interface EndpointStrategy
importEndpoints
public void importEndpoints(Interface iface)
- Specified by:
importEndpoints
in interface EndpointStrategy
getConfigurationPanel
public javax.swing.JComponent getConfigurationPanel(Interface iface)
- Specified by:
getConfigurationPanel
in interface EndpointStrategy
afterRequest
public void afterRequest(SubmitContext context,
Response response)
- Specified by:
afterRequest
in interface RequestFilter
getPropertyExpansions
public PropertyExpansion[] getPropertyExpansions()
- Specified by:
getPropertyExpansions
in interface PropertyExpansionContainer
Copyright © 2005-2008 eviware.com. All Rights Reserved.