public abstract class AbstractWinRMRequest extends Object implements WinRMRequest
Modifier and Type | Field and Description |
---|---|
protected int |
envelopSize |
protected HeaderBuilder |
header |
protected String |
locale |
protected MessageBuilder |
message |
protected String |
timeout |
protected URL |
url |
Constructor and Description |
---|
AbstractWinRMRequest(URL url) |
Modifier and Type | Method and Description |
---|---|
org.dom4j.Document |
build() |
protected abstract void |
construct() |
protected HeaderBuilder |
defaultHeader() |
protected String |
generateUUID() |
int |
getEnvelopSize() |
String |
getLocale() |
String |
getTimeout() |
protected void |
setBody(org.dom4j.Element body) |
void |
setEnvelopSize(int envelopSize) |
void |
setLocale(String locale) |
void |
setTimeout(String timeout) |
protected MessageBuilder message
protected HeaderBuilder header
protected String timeout
protected int envelopSize
protected String locale
protected URL url
public AbstractWinRMRequest(URL url)
protected abstract void construct()
public org.dom4j.Document build()
build
in interface WinRMRequest
protected HeaderBuilder defaultHeader() throws URISyntaxException
URISyntaxException
protected void setBody(org.dom4j.Element body)
protected String generateUUID()
public String getTimeout()
public void setTimeout(String timeout)
public int getEnvelopSize()
public void setEnvelopSize(int envelopSize)
public String getLocale()
public void setLocale(String locale)
Copyright © 2016–2022. All rights reserved.