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