public interface MessageFactory
Request createRequest(URI requestURI, String method, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards, ContentTypeHeader contentType, Object content) throws ParseException
ParseExceptionRequest createRequest(URI requestURI, String method, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards, ContentTypeHeader contentType, byte[] content) throws ParseException
ParseExceptionRequest createRequest(URI requestURI, String method, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards) throws ParseException
ParseExceptionRequest createRequest(String request) throws ParseException
ParseExceptionResponse createResponse(int statusCode, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards, ContentTypeHeader contentType, Object content) throws ParseException
ParseExceptionResponse createResponse(int statusCode, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards, ContentTypeHeader contentType, byte[] content) throws ParseException
ParseExceptionResponse createResponse(int statusCode, CallIdHeader callId, CSeqHeader cSeq, FromHeader from, ToHeader to, List via, MaxForwardsHeader maxForwards) throws ParseException
ParseExceptionResponse createResponse(int statusCode, Request request, ContentTypeHeader contentType, Object content) throws ParseException
ParseExceptionResponse createResponse(int statusCode, Request request, ContentTypeHeader contentType, byte[] content) throws ParseException
ParseExceptionResponse createResponse(int statusCode, Request request) throws ParseException
ParseExceptionResponse createResponse(String response) throws ParseException
ParseExceptionCopyright © 2016. All rights reserved.