|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttigase.util.XMPPStringPrepEmpty
public class XMPPStringPrepEmpty
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
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 |
---|
public XMPPStringPrepEmpty()
Method Detail |
---|
public java.lang.String nameprep(java.lang.String domain)
nameprep
in interface XMPPStringPrepIfc
domain
-
public java.lang.String nodeprep(java.lang.String localpart)
nodeprep
in interface XMPPStringPrepIfc
localpart
-
public java.lang.String resourceprep(java.lang.String resource)
resourceprep
in interface XMPPStringPrepIfc
resource
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |