public interface WinRm
| Modifier and Type | Method and Description |
|---|---|
CommandResponse |
command(CommandLine body,
String resourceURI,
int maxEnvelopeSize,
String operationTimeout,
Locale locale,
SelectorSetType selectorSet,
OptionSetType optionSet) |
ResourceCreated |
create(Shell shell,
String resourceURI,
int maxEnvelopeSize,
String operationTimeout,
Locale locale,
OptionSetType optionSet) |
DeleteResponse |
delete(Delete parameters,
String resourceURI,
int maxEnvelopeSize,
String operationTimeout,
Locale locale,
SelectorSetType selectorSet) |
ReceiveResponse |
receive(Receive receive,
String resourceURI,
int maxEnvelopeSize,
String operationTimeout,
Locale locale,
SelectorSetType selectorSet) |
SignalResponse |
signal(Signal signal,
String resourceURI,
int maxEnvelopeSize,
String operationTimeout,
Locale locale,
SelectorSetType selectorSet) |
@Action(input="http://schemas.microsoft.com/wbem/wsman/1/windows/shell/Command", output="http://schemas.microsoft.com/wbem/wsman/1/windows/shell/CommandResponse") CommandResponse command(CommandLine body, String resourceURI, int maxEnvelopeSize, String operationTimeout, Locale locale, SelectorSetType selectorSet, OptionSetType optionSet)
@Action(input="http://schemas.microsoft.com/wbem/wsman/1/windows/shell/Receive", output="http://schemas.microsoft.com/wbem/wsman/1/windows/shell/ReceiveResponse") ReceiveResponse receive(Receive receive, String resourceURI, int maxEnvelopeSize, String operationTimeout, Locale locale, SelectorSetType selectorSet)
@Action(input="http://schemas.xmlsoap.org/ws/2004/09/transfer/Create", output="http://schemas.xmlsoap.org/ws/2004/09/transfer/CreateResponse") ResourceCreated create(Shell shell, String resourceURI, int maxEnvelopeSize, String operationTimeout, Locale locale, OptionSetType optionSet)
@Action(input="http://schemas.microsoft.com/wbem/wsman/1/windows/shell/Signal", output="http://schemas.microsoft.com/wbem/wsman/1/windows/shell/SignalResponse") SignalResponse signal(Signal signal, String resourceURI, int maxEnvelopeSize, String operationTimeout, Locale locale, SelectorSetType selectorSet)
@Action(input="http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete", output="http://schemas.xmlsoap.org/ws/2004/09/transfer/DeleteResponse") DeleteResponse delete(Delete parameters, String resourceURI, int maxEnvelopeSize, String operationTimeout, Locale locale, SelectorSetType selectorSet)
Copyright © 2017. All rights reserved.