Home | History | Annotate | Download | only in message

Lines Matching refs:Response

257     // Standard Response Creation methods
260 * Creates a new Response message of type specified by the statusCode
286 public Response createResponse(int statusCode, CallIdHeader callId,
293 throw new NullPointerException(" unable to create the response");
317 * Creates a new Response message of type specified by the statusCode
343 public Response createResponse(int statusCode, CallIdHeader callId,
369 * Creates a new Response message of type specified by the statusCode
371 * Response does not contain a body.
390 public Response createResponse(int statusCode, CallIdHeader callId,
397 + ", unable to create the response", 0);
413 // Response Creation methods based on a Request
416 * Creates a new Response message of type specified by the statusCode
423 * the received Reqest object upon which to base the Response.
433 public Response createResponse(int statusCode, Request request,
449 * Creates a new Response message of type specified by the statusCode
456 * the received Reqest object upon which to base the Response.
466 public Response createResponse(int statusCode, Request request,
483 * Creates a new Response message of type specified by the statusCode
484 * paramater, based on a specific Request message. This new Response does
490 * the received Reqest object upon which to base the Response.
495 public Response createResponse(int statusCode, Request request)
572 * Creates a new Response message of type specified by the statusCode
598 public Response createResponse(int statusCode, CallIdHeader callId,
628 * Creates a new Response message of type specified by the statusCode
654 public Response createResponse(int statusCode, CallIdHeader callId,
744 * Create a response from a string
751 public Response createResponse(String responseString)