public class DefaultEndpointStrategy extends Object implements EndpointStrategy, PropertyExpansionContainer
Modifier and Type | Class and Description |
---|---|
class |
DefaultEndpointStrategy.EndpointDefaults |
Constructor and Description |
---|
DefaultEndpointStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
afterRequest(SubmitContext context,
Request request) |
void |
afterRequest(SubmitContext context,
Response response) |
protected void |
applyDefaultsToWsdlRequest(SubmitContext context,
AbstractHttpRequestInterface<?> wsdlRequest,
DefaultEndpointStrategy.EndpointDefaults def) |
void |
changeEndpoint(String oldEndpoint,
String newEndpoint) |
void |
filterRequest(SubmitContext context,
Request wsdlRequest) |
JComponent |
getConfigurationPanel(Interface iface) |
DefaultEndpointStrategy.EndpointDefaults |
getEndpointDefaults(String endpoint) |
PropertyExpansion[] |
getPropertyExpansions() |
void |
importEndpoints(Interface iface) |
void |
init(Project project) |
void |
onSave() |
void |
release() |
public void init(Project project)
init
in interface EndpointStrategy
public void filterRequest(SubmitContext context, Request wsdlRequest)
filterRequest
in interface RequestFilter
protected void applyDefaultsToWsdlRequest(SubmitContext context, AbstractHttpRequestInterface<?> wsdlRequest, DefaultEndpointStrategy.EndpointDefaults def)
public void release()
release
in interface EndpointStrategy
public DefaultEndpointStrategy.EndpointDefaults getEndpointDefaults(String endpoint)
public void onSave()
onSave
in interface EndpointStrategy
public void importEndpoints(Interface iface)
importEndpoints
in interface EndpointStrategy
public JComponent getConfigurationPanel(Interface iface)
getConfigurationPanel
in interface EndpointStrategy
public void afterRequest(SubmitContext context, Response response)
afterRequest
in interface RequestFilter
public PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions
in interface PropertyExpansionContainer
public void afterRequest(SubmitContext context, Request request)
afterRequest
in interface RequestFilter
Copyright © 2019. All Rights Reserved.