/mcpMethods Table 259: Methods in CiscoUrlInfro Description Method Interface Returns the user name associated with the SIP endpoint as a string getUser() java.lang.String Returns the host name associated with the SIP endpoint. getHost() java.lang.String Returns the port associated with the SIP endpoint. getPort() int Returns the Transport Layer Protocol type that the SIP endpoint uses. The type is either CiscoUrlInfo.TRANSPORT_TYPE_UDP or CiscoUrlInfo.TRANSPORT_TYPE_TCP. getTransportType() int This method returns the endpoint URL type. CiscoUrlInfo.URL_TYPE_UNKNOWN, CiscoUrlInfo.URL_TYPE_TEL, and CiscoUrlInfo.URL_TYPE_SIP are the possible return values. getUrlType() int Related Documentation See Constant Field Values, on page 1667. ComponentUpdater The overloaded method is introduced which creates an updater log in the directory that is specified. Interface History Description Cisco Unified Communications Manager Release Number Added in 7.1(2) 7.1(2) Declaration public interface ComponentUpdater Methods The overloaded method is introduced which creates updater log in the directory specified. Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 670 Cisco Unified JTAPI Extensions Methods