|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.orb.ssl.SSLTaggedComponentHandler
public class SSLTaggedComponentHandler
This class is an implementation of the class
TaggedComponentHandler
. It provides
output handling of SSL IOR components.
Constructor Summary | |
---|---|
SSLTaggedComponentHandler()
Empty default constructor. |
Method Summary | |
---|---|
int[] |
getTags()
Return the tag ids that are handled by this handler. |
org.openorb.orb.iiop.AbstractTagData |
handle(org.omg.IOP.TaggedComponent component,
org.omg.IOP.Codec codec)
The actual handle method that prints a stringified representation of the TaggedComponent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSLTaggedComponentHandler()
Method Detail |
---|
public int[] getTags()
getTags
in interface org.openorb.orb.iiop.TaggedComponentHandler
public org.openorb.orb.iiop.AbstractTagData handle(org.omg.IOP.TaggedComponent component, org.omg.IOP.Codec codec)
handle
in interface org.openorb.orb.iiop.TaggedComponentHandler
component
- The TaggedComponent to decode.codec
- The codec to decode the TaggedComponent's data member.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |