KIE Remote Services :: Services 6.2.0.CR4

Uses of Class
org.kie.remote.services.jaxb.JaxbCommandsResponse

Packages that use JaxbCommandsResponse
org.kie.remote.services.cdi   
org.kie.remote.services.jms   
org.kie.remote.services.rest   
org.kie.remote.services.ws.command   
org.kie.remote.services.ws.command.generated   
 

Uses of JaxbCommandsResponse in org.kie.remote.services.cdi
 

Methods in org.kie.remote.services.cdi with parameters of type JaxbCommandsResponse
 void ProcessRequestBean.processCommand(org.kie.api.command.Command cmd, JaxbCommandsRequest request, int i, JaxbCommandsResponse jaxbResponse)
           
 

Uses of JaxbCommandsResponse in org.kie.remote.services.jms
 

Methods in org.kie.remote.services.jms that return JaxbCommandsResponse
protected  JaxbCommandsResponse RequestMessageBean.jmsProcessJaxbCommandsRequest(JaxbCommandsRequest request)
           
 

Uses of JaxbCommandsResponse in org.kie.remote.services.rest
 

Methods in org.kie.remote.services.rest that return JaxbCommandsResponse
 JaxbCommandsResponse ExecuteResourceImpl.execute(JaxbCommandsRequest cmdsRequest)
          The "/execute" method is an "internal" method that is used by the kie-remote-client classes It is not meant to be used "externally".
protected  JaxbCommandsResponse ResourceBase.restProcessJaxbCommandsRequest(JaxbCommandsRequest request)
           
 

Uses of JaxbCommandsResponse in org.kie.remote.services.ws.command
 

Methods in org.kie.remote.services.ws.command that return JaxbCommandsResponse
 JaxbCommandsResponse CommandWebServiceImpl.execute(JaxbCommandsRequest request)
           
 

Uses of JaxbCommandsResponse in org.kie.remote.services.ws.command.generated
 

Fields in org.kie.remote.services.ws.command.generated declared as JaxbCommandsResponse
protected  JaxbCommandsResponse ExecuteResponse._return
           
 

Methods in org.kie.remote.services.ws.command.generated that return JaxbCommandsResponse
 JaxbCommandsResponse CommandWebService.execute(JaxbCommandsRequest request)
           
 JaxbCommandsResponse ExecuteResponse.getReturn()
          Gets the value of the return property.
 

Methods in org.kie.remote.services.ws.command.generated that return types with arguments of type JaxbCommandsResponse
 JAXBElement<JaxbCommandsResponse> ObjectFactory.createCommandResponse(JaxbCommandsResponse value)
          Create an instance of JAXBElement<JaxbCommandsResponse>}
 

Methods in org.kie.remote.services.ws.command.generated with parameters of type JaxbCommandsResponse
 JAXBElement<JaxbCommandsResponse> ObjectFactory.createCommandResponse(JaxbCommandsResponse value)
          Create an instance of JAXBElement<JaxbCommandsResponse>}
 void ExecuteResponse.setReturn(JaxbCommandsResponse value)
          Sets the value of the return property.
 


KIE Remote Services :: Services 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.