Uses of Class
com.sun.corba.ee.impl.naming.namingutil.IIOPEndpointInfo
-
Packages that use IIOPEndpointInfo Package Description com.sun.corba.ee.impl.naming.namingutil -
-
Uses of IIOPEndpointInfo in com.sun.corba.ee.impl.naming.namingutil
Methods in com.sun.corba.ee.impl.naming.namingutil that return IIOPEndpointInfo Modifier and Type Method Description private IIOPEndpointInfo
CorbalocURL. handleColon(java.lang.String iiopInfo)
This is to handle the case of host information with no 'iiop:' prefix.private IIOPEndpointInfo
CorbalocURL. handleIIOPColon(java.lang.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 IIOPEndpointInfo Modifier and Type Method Description (package private) static void
Utility. validateGIOPVersion(IIOPEndpointInfo endpointInfo)
If GIOP Version is not correct, This method throws a BAD_PARAM Exception.
-