org.apache.servicemix.xmpp
Class XMPPConstants

java.lang.Object
  extended by org.apache.servicemix.xmpp.XMPPConstants

public abstract class XMPPConstants
extends java.lang.Object


Field Summary
static int DEFAULT_PROXY_PORT
           
static int DEFAULT_XMPP_PORT
           
 
Method Summary
static boolean isSet(java.lang.String attribute)
          checks whether an attribute is set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_XMPP_PORT

public static final int DEFAULT_XMPP_PORT
See Also:
Constant Field Values

DEFAULT_PROXY_PORT

public static final int DEFAULT_PROXY_PORT
See Also:
Constant Field Values
Method Detail

isSet

public static boolean isSet(java.lang.String attribute)
checks whether an attribute is set

Parameters:
attribute - the attribute to check for null and empty string
Returns:
true if not null and not empty


Copyright © 2005-2015 FuseSource. All Rights Reserved.