Uses of Class
com.sun.corba.ee.impl.naming.namingutil.IIOPEndpointInfo
Packages that use IIOPEndpointInfo
-
Uses of IIOPEndpointInfo in com.sun.corba.ee.impl.naming.namingutil
Methods in com.sun.corba.ee.impl.naming.namingutil that return IIOPEndpointInfoModifier and TypeMethodDescriptionprivate IIOPEndpointInfo
CorbalocURL.handleColon
(String iiopInfo) This is to handle the case of host information with no 'iiop:' prefix.private IIOPEndpointInfo
CorbalocURL.handleIIOPColon
(String iiopInfo) If there is 'iiop:' token in the URL, this method will parses and validates that host and port information.Methods in com.sun.corba.ee.impl.naming.namingutil with parameters of type IIOPEndpointInfoModifier and TypeMethodDescription(package private) static void
Utility.validateGIOPVersion
(IIOPEndpointInfo endpointInfo) If GIOP Version is not correct, This method throws a BAD_PARAM Exception.