org.apache.camel.component.apns.util
Class ParamUtils

java.lang.Object
  extended by org.apache.camel.component.apns.util.ParamUtils

public final class ParamUtils
extends Object


Method Summary
static void checkDestination(String host, int port, String paramName)
           
static void checkNotEmpty(String paramValue, String paramName)
           
static void checkNotNull(Object param, String paramValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checkNotNull

public static void checkNotNull(Object param,
                                String paramValue)

checkNotEmpty

public static void checkNotEmpty(String paramValue,
                                 String paramName)

checkDestination

public static void checkDestination(String host,
                                    int port,
                                    String paramName)


Apache Camel