org.apache.yoko.orb.OAD
Class ProcessEndpointHelper

java.lang.Object
  extended by org.apache.yoko.orb.OAD.ProcessEndpointHelper

public final class ProcessEndpointHelper
extends Object


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

Constructor Detail

ProcessEndpointHelper

public ProcessEndpointHelper()
Method Detail

insert

public static void insert(Any any,
                          ProcessEndpoint val)

extract

public static ProcessEndpoint extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static ProcessEndpoint read(InputStream in)

write

public static void write(OutputStream out,
                         ProcessEndpoint val)

narrow

public static ProcessEndpoint narrow(Object val)

unchecked_narrow

public static ProcessEndpoint unchecked_narrow(Object val)


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