Searched refs:batchResponse (Results 1 - 11 of 11) sorted by relevance

/forgerock/opendj-b2.6/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DResponseChecker.java52 private BatchResponse batchResponse; field in class:ResponseChecker
124 this.batchResponse = batchResponseElement.getValue();
145 if (!Checker.equals(batchResponse, other.batchResponse)) {
/forgerock/opendj2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DResponseChecker.java51 private BatchResponse batchResponse; field in class:ResponseChecker
123 this.batchResponse = batchResponseElement.getValue();
144 if (!Checker.equals(batchResponse, other.batchResponse)) {
/forgerock/opendj2.6.2/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DResponseChecker.java52 private BatchResponse batchResponse; field in class:ResponseChecker
124 this.batchResponse = batchResponseElement.getValue();
145 if (!Checker.equals(batchResponse, other.batchResponse)) {
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DResponseChecker.java52 private BatchResponse batchResponse; field in class:ResponseChecker
124 this.batchResponse = batchResponseElement.getValue();
145 if (!Checker.equals(batchResponse, other.batchResponse)) {
/forgerock/opendj2-hg/tests/staf-tests/shared/dsml/src/com/ibm/staf/service/opends/tester/
H A DResponseChecker.java51 private BatchResponse batchResponse; field in class:ResponseChecker
123 this.batchResponse = batchResponseElement.getValue();
144 if (!Checker.equals(batchResponse, other.batchResponse)) {
/forgerock/opendj2/src/dsml/org/opends/dsml/protocol/
H A DDSMLServlet.java350 BatchResponse batchResponse = objFactory.createBatchResponse();
351 List<JAXBElement<?>> batchResponses = batchResponse.getBatchResponses();
473 batchResponse,
494 batchResponse,
518 batchResponse.setRequestID(batchRequest.getRequestID());
583 marshaller.marshal(objFactory.createBatchResponse(batchResponse), doc);
597 * @param batchResponse the JAXB object to fill in
604 BatchResponse batchResponse,
623 batchResponse.setRequestID(this.contentHandler.requestID);
602 createXMLParsingErrorResponse( InputStream is, BatchResponse batchResponse, String parserErrorMessage) argument
/forgerock/opendj-b2.6/src/dsml/org/opends/dsml/protocol/
H A DDSMLServlet.java348 BatchResponse batchResponse = objFactory.createBatchResponse();
349 List<JAXBElement<?>> batchResponses = batchResponse.getBatchResponses();
461 batchResponse,
482 batchResponse,
506 batchResponse.setRequestID(batchRequest.getRequestID());
571 marshaller.marshal(objFactory.createBatchResponse(batchResponse), doc);
585 * @param batchResponse the JAXB object to fill in
592 BatchResponse batchResponse,
611 batchResponse.setRequestID(this.contentHandler.requestID);
590 createXMLParsingErrorResponse( InputStream is, BatchResponse batchResponse, String parserErrorMessage) argument
/forgerock/opendj2.6.2/src/dsml/org/opends/dsml/protocol/
H A DDSMLServlet.java348 BatchResponse batchResponse = objFactory.createBatchResponse();
349 List<JAXBElement<?>> batchResponses = batchResponse.getBatchResponses();
461 batchResponse,
482 batchResponse,
506 batchResponse.setRequestID(batchRequest.getRequestID());
571 marshaller.marshal(objFactory.createBatchResponse(batchResponse), doc);
585 * @param batchResponse the JAXB object to fill in
592 BatchResponse batchResponse,
611 batchResponse.setRequestID(this.contentHandler.requestID);
590 createXMLParsingErrorResponse( InputStream is, BatchResponse batchResponse, String parserErrorMessage) argument
/forgerock/opendj2-hg/src/dsml/org/opends/dsml/protocol/
H A DDSMLServlet.java350 BatchResponse batchResponse = objFactory.createBatchResponse();
351 List<JAXBElement<?>> batchResponses = batchResponse.getBatchResponses();
473 batchResponse,
494 batchResponse,
518 batchResponse.setRequestID(batchRequest.getRequestID());
583 marshaller.marshal(objFactory.createBatchResponse(batchResponse), doc);
597 * @param batchResponse the JAXB object to fill in
604 BatchResponse batchResponse,
623 batchResponse.setRequestID(this.contentHandler.requestID);
602 createXMLParsingErrorResponse( InputStream is, BatchResponse batchResponse, String parserErrorMessage) argument
/forgerock/opendj2-jel-hg/src/dsml/org/opends/dsml/protocol/
H A DDSMLServlet.java348 BatchResponse batchResponse = objFactory.createBatchResponse();
349 List<JAXBElement<?>> batchResponses = batchResponse.getBatchResponses();
461 batchResponse,
482 batchResponse,
506 batchResponse.setRequestID(batchRequest.getRequestID());
571 marshaller.marshal(objFactory.createBatchResponse(batchResponse), doc);
585 * @param batchResponse the JAXB object to fill in
592 BatchResponse batchResponse,
611 batchResponse.setRequestID(this.contentHandler.requestID);
590 createXMLParsingErrorResponse( InputStream is, BatchResponse batchResponse, String parserErrorMessage) argument
/forgerock/opendj-v3/opendj-dsml-servlet/src/main/java/org/opends/dsml/protocol/
H A DDSMLServlet.java329 BatchResponse batchResponse = objFactory.createBatchResponse();
330 List<JAXBElement<?>> batchResponses = batchResponse.getBatchResponses();
468 batchResponse,
493 batchResponse,
517 batchResponse.setRequestID(batchRequest.getRequestID());
582 marshaller.marshal(objFactory.createBatchResponse(batchResponse), doc);
630 * @param batchResponse the JAXB object to fill in
638 BatchResponse batchResponse,
659 batchResponse.setRequestID(contentHandler.requestID);
635 createXMLParsingErrorResponse( InputStream is, ObjectFactory objFactory, BatchResponse batchResponse, String parserErrorMessage) argument

Completed in 189 milliseconds