Searched defs:fromTag (Results 1 - 3 of 3) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DHeaderFactoryExt.java74 * @param fromTag -
75 * the fromTag to use.
79 String fromTag) throws ParseException;
230 * @param fromTag -
231 * the fromTag to use.
235 String fromTag) throws ParseException;
78 createReplacesHeader(String callId, String toTag, String fromTag) argument
234 createJoinHeader(String callId, String toTag, String fromTag) argument
H A DHeaderFactoryImpl.java1274 String fromTag) throws ParseException
1278 replaces.setFromTag(fromTag);
1289 String fromTag) throws ParseException
1293 join.setFromTag(fromTag);
1273 createReplacesHeader(String callId, String toTag, String fromTag) argument
1288 createJoinHeader(String callId, String toTag, String fromTag) argument
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransaction.java258 protected String fromTag; field in class:SIPTransaction
395 this.fromTag = this.from.getTag();

Completed in 899 milliseconds