org.jacorb.idl
Class JacIDL.I2JPackageTagHandler

java.lang.Object
  extended byorg.jacorb.idl.JacIDL.I2JPackageTagHandler
Enclosing class:
JacIDL

public class JacIDL.I2JPackageTagHandler
extends java.lang.Object

Inner class that will read the i2jpackage tags. The format for these will be .

See Also:
JacIDL.createI2jpackage()

Constructor Summary
JacIDL.I2JPackageTagHandler()
           
 
Method Summary
 void setNames(java.lang.String names)
          Handle the names="packagefrom:packageto" attribute of the i2jpackage element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JacIDL.I2JPackageTagHandler

public JacIDL.I2JPackageTagHandler()
Method Detail

setNames

public void setNames(java.lang.String names)
Handle the names="packagefrom:packageto" attribute of the i2jpackage element.

Parameters:
names - the packagefrom:packageto value.