public interface AbstractHttpRequestInterface<T extends AbstractRequestConfig> extends MutableAttachmentContainer, PropertyExpansionContainer, Request
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
addExternalDependencies(java.util.List<ExternalDependency> dependencies) |
|
public void |
afterLoad() |
|
public void |
beforeSave() |
|
public void |
copyAttachmentsTo(WsdlRequest newRequest) |
|
public IAfterRequestInjection |
getAfterRequestInjection() |
|
public java.lang.String |
getAuthType() |
|
public java.lang.String |
getBindAddress() |
|
public java.lang.String |
getDomain() |
|
public java.lang.String |
getDumpFile() |
|
public javax.swing.ImageIcon |
getIcon() |
|
public RequestIconAnimator<?> |
getIconAnimator() |
|
public long |
getMaxSize() |
|
public HttpMethod |
getMethod() |
|
public java.lang.String |
getPassword() |
|
public StringToStringsMap |
getRequestHeaders() |
|
public HttpResponse |
getResponse() |
|
public WssCrypto |
getSslKeystore() |
|
public SubmitListener[] |
getSubmitListeners() |
|
public boolean |
getUseGetMethodOn302Redirect() |
|
public java.lang.String |
getUsername() |
|
public boolean |
hasEndpoint() |
|
public Attachment |
importAttachment(Attachment attachment) |
|
public boolean |
isEntitizeProperties() |
|
public boolean |
isFollowRedirects() |
|
public boolean |
isPrettyPrint() |
|
public boolean |
isPropertyExpansionsDisabled() |
|
public boolean |
isReadOnly() |
|
public boolean |
isRemoveEmptyContent() |
|
public boolean |
isStripWhitespaces() |
|
public void |
release() |
|
public void |
resolve(ResolveContext<?> context) |
|
public void |
setBindAddress(java.lang.String bindAddress) |
|
public void |
setDomain(java.lang.String domain) |
|
public void |
setDumpFile(java.lang.String df) |
|
public void |
setEntitizeProperties(boolean entitizeProperties) |
|
public void |
setFollowRedirects(boolean followRedirects) |
|
public void |
setIconAnimator(RequestIconAnimator<?> iconAnimator) |
|
public void |
setMaxSize(long maxSize) |
|
public void |
setMultipartEnabled(boolean multipartEnabled) |
|
public void |
setPassword(java.lang.String password) |
|
public void |
setPrettyPrint(boolean prettyPrint) |
|
public void |
setPropertyExpansionsDisabled(boolean b) |
|
public void |
setRemoveEmptyContent(boolean removeEmptyContent) |
|
public void |
setRequestContent(java.lang.String request) |
|
public void |
setRequestHeaders(StringToStringsMap map) |
|
public void |
setResponse(HttpResponse response, SubmitContext context) |
|
public void |
setSslKeystore(WssCrypto sslKeystore)
|
|
public void |
setStripWhitespaces(boolean stripWhitespaces) |
|
public void |
setUseGetMethodOn302Redirect(boolean useGetMethod) |
|
public void |
setUsername(java.lang.String username) |
Methods inherited from class | Name |
---|---|
interface MutableAttachmentContainer |
attachFile, removeAttachment |
interface PropertyExpansionContainer |
getPropertyExpansions |
sslKeystore
- keystore with keys for secure connections