Home
last modified time | relevance | path

Searched defs:ccfAddress (Results 1 – 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DPChargingFunctionAddressesHeader.java95 public void setChargingCollectionFunctionAddress(String ccfAddress) throws ParseException; in setChargingCollectionFunctionAddress()
102 public void addChargingCollectionFunctionAddress(String ccfAddress) throws ParseException; in addChargingCollectionFunctionAddress()
109 public void removeChargingCollectionFunctionAddress(String ccfAddress) throws ParseException; in removeChargingCollectionFunctionAddress()
DPChargingFunctionAddresses.java109 public void setChargingCollectionFunctionAddress(String ccfAddress) throws ParseException { in setChargingCollectionFunctionAddress()
127 public void addChargingCollectionFunctionAddress(String ccfAddress) throws ParseException { in addChargingCollectionFunctionAddress()
144 public void removeChargingCollectionFunctionAddress(String ccfAddress) throws ParseException { in removeChargingCollectionFunctionAddress()