Uses of Interface
org.apache.yoko.orb.OB.UnknownExceptionInfo

Packages that use UnknownExceptionInfo
org.apache.yoko.orb.OB   
 

Uses of UnknownExceptionInfo in org.apache.yoko.orb.OB
 

Classes in org.apache.yoko.orb.OB that implement UnknownExceptionInfo
 class UnknownExceptionInfo_impl
           
 

Fields in org.apache.yoko.orb.OB declared as UnknownExceptionInfo
 UnknownExceptionInfo UnknownExceptionInfoHolder.value
           
 

Methods in org.apache.yoko.orb.OB that return UnknownExceptionInfo
static UnknownExceptionInfo UnknownExceptionInfoHelper.extract(Any any)
           
static UnknownExceptionInfo UnknownExceptionInfoHelper.narrow(Object val)
           
static UnknownExceptionInfo UnknownExceptionInfoHelper.read(InputStream in)
           
 

Methods in org.apache.yoko.orb.OB with parameters of type UnknownExceptionInfo
static void UnknownExceptionInfoHelper.insert(Any any, UnknownExceptionInfo val)
           
 void UnknownExceptionStrategy_impl.unknown_exception(UnknownExceptionInfo info)
           
 void UnknownExceptionStrategyOperations.unknown_exception(UnknownExceptionInfo info)
          Handle an unknown exception.
static void UnknownExceptionInfoHelper.write(OutputStream out, UnknownExceptionInfo val)
           
 

Constructors in org.apache.yoko.orb.OB with parameters of type UnknownExceptionInfo
UnknownExceptionInfoHolder(UnknownExceptionInfo initial)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.