tigase.util
Class XMPPStringPrepSimple

java.lang.Object
  extended by tigase.util.XMPPStringPrepSimple
All Implemented Interfaces:
XMPPStringPrepIfc

public class XMPPStringPrepSimple
extends java.lang.Object
implements XMPPStringPrepIfc

Created: Feb 4, 2010 9:31:23 AM

Version:
$Rev$
Author:
Artur Hefczyc

Constructor Summary
XMPPStringPrepSimple()
           
 
Method Summary
 java.lang.String nameprep(java.lang.String domain)
          Method description
 java.lang.String nodeprep(java.lang.String localpart)
          Method description
 java.lang.String resourceprep(java.lang.String resource)
          Method description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMPPStringPrepSimple

public XMPPStringPrepSimple()
Method Detail

nameprep

public java.lang.String nameprep(java.lang.String domain)
                          throws TigaseStringprepException
Method description

Specified by:
nameprep in interface XMPPStringPrepIfc
Parameters:
domain -
Returns:
Throws:
TigaseStringprepException

nodeprep

public java.lang.String nodeprep(java.lang.String localpart)
                          throws TigaseStringprepException
Method description

Specified by:
nodeprep in interface XMPPStringPrepIfc
Parameters:
localpart -
Returns:
Throws:
TigaseStringprepException

resourceprep

public java.lang.String resourceprep(java.lang.String resource)
                              throws TigaseStringprepException
Method description

Specified by:
resourceprep in interface XMPPStringPrepIfc
Parameters:
resource -
Returns:
Throws:
TigaseStringprepException


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.