gov.lanl.Utility
Class AnyHelper

java.lang.Object
  |
  +--gov.lanl.Utility.AnyHelper

public class AnyHelper
extends java.lang.Object

enables extraction of a string from a Corba any regardless of whether it is a regular string or a wide string

Version:
$Id: AnyHelper.java,v 1.2 2002/12/02 05:11:09 dwforslund Exp $
Author:
$Author: dwforslund $

Constructor Summary
AnyHelper()
           
 
Method Summary
static java.lang.String extractString(org.omg.CORBA.Any any)
          extract the string from the any verifying the type in the process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnyHelper

public AnyHelper()
Method Detail

extractString

public static java.lang.String extractString(org.omg.CORBA.Any any)
extract the string from the any verifying the type in the process

Parameters:
any -
Returns:


Copyright © 2000 Apache Software Foundation. All Rights Reserved.