public interface DeploymentWebService
| Modifier and Type | Method and Description |
|---|---|
JaxbDeploymentUnitList |
getDeploymentInfo(DeploymentIdRequest request) |
ProcessIdsResponse |
getProcessDefinitionIds(DeploymentIdRequest request) |
JaxbProcessDefinitionList |
getProcessDefinitionInfo(DeploymentIdRequest request) |
DeploymentInfoResponse |
manage(DeploymentIdRequest request) |
@RequestWrapper(localName="manage", targetNamespace="http://services.remote.kie.org/6.3.0.1/deployment", className="org.kie.remote.services.ws.deployment.generated.Manage") @ResponseWrapper(localName="manageResponse", targetNamespace="http://services.remote.kie.org/6.3.0.1/deployment", className="org.kie.remote.services.ws.deployment.generated.ManageResponse") DeploymentInfoResponse manage(DeploymentIdRequest request) throws DeploymentWebServiceException
request - DeploymentWebServiceException@RequestWrapper(localName="getProcessDefinitionIds", targetNamespace="http://services.remote.kie.org/6.3.0.1/deployment", className="org.kie.remote.services.ws.deployment.generated.GetProcessDefinitionIds") @ResponseWrapper(localName="getProcessDefinitionIdsResponse", targetNamespace="http://services.remote.kie.org/6.3.0.1/deployment", className="org.kie.remote.services.ws.deployment.generated.GetProcessDefinitionIdsResponse") ProcessIdsResponse getProcessDefinitionIds(DeploymentIdRequest request) throws DeploymentWebServiceException
request - DeploymentWebServiceException@RequestWrapper(localName="getProcessDefinitionInfo", targetNamespace="http://services.remote.kie.org/6.3.0.1/deployment", className="org.kie.remote.services.ws.deployment.generated.GetProcessDefinitionInfo") @ResponseWrapper(localName="getProcessDefinitionInfoResponse", targetNamespace="http://services.remote.kie.org/6.3.0.1/deployment", className="org.kie.remote.services.ws.deployment.generated.GetProcessDefinitionInfoResponse") JaxbProcessDefinitionList getProcessDefinitionInfo(DeploymentIdRequest request) throws DeploymentWebServiceException
request - DeploymentWebServiceException@RequestWrapper(localName="getDeploymentInfo", targetNamespace="http://services.remote.kie.org/6.3.0.1/deployment", className="org.kie.remote.services.ws.deployment.generated.GetDeploymentInfo") @ResponseWrapper(localName="getDeploymentInfoResponse", targetNamespace="http://services.remote.kie.org/6.3.0.1/deployment", className="org.kie.remote.services.ws.deployment.generated.GetDeploymentInfoResponse") JaxbDeploymentUnitList getDeploymentInfo(DeploymentIdRequest request) throws DeploymentWebServiceException
request - DeploymentWebServiceExceptionCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.