tigase.util
Class XMPPStringPrepEmpty

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

public class XMPPStringPrepEmpty
extends java.lang.Object
implements XMPPStringPrepIfc

Class implementing stringprep processor interface. This is a dummy implementation performing no processing at all. All methods simply return value passed as the method call parameter. Use of this implementation is recommended inly in strictly controlled systems where there is no possibility of getting incorrectly formated JIDs to the system. Of course this implementation causes no impact on the system performance. Created: Feb 4, 2010 9:52:41 AM

Version:
$Rev: 582 $
Author:
Artur Hefczyc

Constructor Summary
XMPPStringPrepEmpty()
           
 
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

XMPPStringPrepEmpty

public XMPPStringPrepEmpty()
Method Detail

nameprep

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

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

nodeprep

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

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

resourceprep

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

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


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