public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: io.cloudsoft.winrm4j.client.wsman
|
public ObjectFactory()
public CommandResponse createCommandResponse()
CommandResponsepublic DeleteResponse createDeleteResponse()
DeleteResponsepublic SelectorSetType createSelectorSetType()
SelectorSetTypepublic OptionSetType createOptionSetType()
OptionSetTypepublic SignalResponse createSignalResponse()
SignalResponsepublic SelectorType createSelectorType()
SelectorTypepublic OptionType createOptionType()
OptionTypepublic JAXBElement<CommandResponse> createCommandResponse(CommandResponse value)
public JAXBElement<Delete> createDelete(Delete value)
public JAXBElement<DeleteResponse> createDeleteResponse(DeleteResponse value)
public JAXBElement<String> createResourceURI(String value)
public JAXBElement<Integer> createMaxEnvelopeSize(Integer value)
public JAXBElement<String> createOperationTimeout(String value)
public JAXBElement<Locale> createLocale(Locale value)
public JAXBElement<SelectorSetType> createSelectorSet(SelectorSetType value)
public JAXBElement<OptionSetType> createOptionSet(OptionSetType value)
public JAXBElement<SignalResponse> createSignalResponse(SignalResponse value)
Copyright © 2017. All rights reserved.