org.apache.yoko.orb.OB.URLRegistryPackage
Class SchemeAlreadyExistsHelper

java.lang.Object
  extended by org.apache.yoko.orb.OB.URLRegistryPackage.SchemeAlreadyExistsHelper

public final class SchemeAlreadyExistsHelper
extends Object


Constructor Summary
SchemeAlreadyExistsHelper()
           
 
Method Summary
static SchemeAlreadyExists extract(Any any)
           
static String id()
           
static void insert(Any any, SchemeAlreadyExists val)
           
static SchemeAlreadyExists read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, SchemeAlreadyExists val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemeAlreadyExistsHelper

public SchemeAlreadyExistsHelper()
Method Detail

insert

public static void insert(Any any,
                          SchemeAlreadyExists val)

extract

public static SchemeAlreadyExists extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static SchemeAlreadyExists read(InputStream in)

write

public static void write(OutputStream out,
                         SchemeAlreadyExists val)


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