tigase.util
Class XMPPStringPrepSimple

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

public class XMPPStringPrepSimple
extends Object
implements XMPPStringPrepIfc

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

Version:
$Rev$
Author:
Artur Hefczyc

Constructor Summary
XMPPStringPrepSimple()
           
 
Method Summary
 String nameprep(String domain)
          Method description
 String nodeprep(String localpart)
          Method description
 String resourceprep(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 String nameprep(String domain)
                throws TigaseStringprepException
Method description

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

nodeprep

public String nodeprep(String localpart)
                throws TigaseStringprepException
Method description

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

resourceprep

public String resourceprep(String resource)
                    throws TigaseStringprepException
Method description

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


Copyright © 2013 Tigase. All Rights Reserved.