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.deployment.generated
|
public ObjectFactory()
public GetProcessDefinitionInfoResponse createGetProcessDefinitionInfoResponse()
GetProcessDefinitionInfoResponsepublic GetProcessDefinitionIdsResponse createGetProcessDefinitionIdsResponse()
GetProcessDefinitionIdsResponsepublic GetProcessDefinitionInfo createGetProcessDefinitionInfo()
GetProcessDefinitionInfopublic GetProcessDefinitionIds createGetProcessDefinitionIds()
GetProcessDefinitionIdspublic GetDeploymentInfo createGetDeploymentInfo()
GetDeploymentInfopublic GetDeploymentInfoResponse createGetDeploymentInfoResponse()
GetDeploymentInfoResponsepublic ManageResponse createManageResponse()
ManageResponsepublic DeploymentIdRequest createDeploymentIdRequest()
DeploymentIdRequestpublic DeploymentInfoResponse createDeploymentInfoResponse()
DeploymentInfoResponsepublic ProcessIdsResponse createProcessIdsResponse()
ProcessIdsResponsepublic JAXBElement<GetProcessDefinitionInfoResponse> createGetProcessDefinitionInfoResponse(GetProcessDefinitionInfoResponse value)
public JAXBElement<GetProcessDefinitionInfo> createGetProcessDefinitionInfo(GetProcessDefinitionInfo value)
public JAXBElement<GetProcessDefinitionIdsResponse> createGetProcessDefinitionIdsResponse(GetProcessDefinitionIdsResponse value)
public JAXBElement<GetProcessDefinitionIds> createGetProcessDefinitionIds(GetProcessDefinitionIds value)
public JAXBElement<JaxbDeploymentUnitList> createDeploymentUnitList(JaxbDeploymentUnitList value)
public JAXBElement<Manage> createManage(Manage value)
public JAXBElement<GetDeploymentInfoResponse> createGetDeploymentInfoResponse(GetDeploymentInfoResponse value)
public JAXBElement<GetDeploymentInfo> createGetDeploymentInfo(GetDeploymentInfo value)
public JAXBElement<JaxbDeploymentUnit> createDeploymentUnit(JaxbDeploymentUnit value)
public JAXBElement<JaxbProcessDefinitionList> createProcessDefinitionList(JaxbProcessDefinitionList value)
public JAXBElement<ManageResponse> createManageResponse(ManageResponse value)
public JAXBElement<WebServiceFaultInfo> createDeploymentServiceException(WebServiceFaultInfo value)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.