org.jboss.ha.framework.server
Class MarshalledValueHelper

java.lang.Object
  extended by org.jboss.ha.framework.server.MarshalledValueHelper

public class MarshalledValueHelper
extends Object

Utility related to use of a marshalled value.

Author:
Brian Stansberry based on a class by Manik Surtani

Constructor Summary
MarshalledValueHelper()
           
 
Method Summary
static boolean isTypeExcluded(Class type)
          Tests whether the type should be excluded from MarshalledValue wrapping.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshalledValueHelper

public MarshalledValueHelper()
Method Detail

isTypeExcluded

public static boolean isTypeExcluded(Class type)
Tests whether the type should be excluded from MarshalledValue wrapping.

Parameters:
type - type to test. Should not be null.
Returns:
true if it should be excluded from MarshalledValue wrapping.


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.