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 EndpointStrategypublic void filterRequest(SubmitContext context, Request wsdlRequest)
filterRequest in interface RequestFilterprotected void applyDefaultsToWsdlRequest(SubmitContext context, AbstractHttpRequestInterface<?> wsdlRequest, DefaultEndpointStrategy.EndpointDefaults def)
public void release()
release in interface EndpointStrategypublic DefaultEndpointStrategy.EndpointDefaults getEndpointDefaults(String endpoint)
public void onSave()
onSave in interface EndpointStrategypublic void importEndpoints(Interface iface)
importEndpoints in interface EndpointStrategypublic JComponent getConfigurationPanel(Interface iface)
getConfigurationPanel in interface EndpointStrategypublic void afterRequest(SubmitContext context, Response response)
afterRequest in interface RequestFilterpublic PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions in interface PropertyExpansionContainerpublic void afterRequest(SubmitContext context, Request request)
afterRequest in interface RequestFilterCopyright © 2019. All Rights Reserved.