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: org.kie.remote.services.ws.command.generated
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<JaxbCommandsRequest> |
createCommandRequest(JaxbCommandsRequest value)
|
JAXBElement<JaxbCommandsResponse> |
createCommandResponse(JaxbCommandsResponse value)
|
JAXBElement<WebServiceFaultInfo> |
createCommandServiceException(WebServiceFaultInfo value)
|
Execute |
createExecute()
Create an instance of
Execute |
JAXBElement<Execute> |
createExecute(Execute value)
|
ExecuteResponse |
createExecuteResponse()
Create an instance of
ExecuteResponse |
JAXBElement<ExecuteResponse> |
createExecuteResponse(ExecuteResponse value)
|
public ObjectFactory()
public ExecuteResponse createExecuteResponse()
ExecuteResponsepublic JAXBElement<WebServiceFaultInfo> createCommandServiceException(WebServiceFaultInfo value)
public JAXBElement<JaxbCommandsRequest> createCommandRequest(JaxbCommandsRequest value)
public JAXBElement<ExecuteResponse> createExecuteResponse(ExecuteResponse value)
public JAXBElement<JaxbCommandsResponse> createCommandResponse(JaxbCommandsResponse value)
public JAXBElement<Execute> createExecute(Execute value)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.