org.uddi.api_v3
Class AuthInfoTest

java.lang.Object
  extended by org.uddi.api_v3.AuthInfoTest

public class AuthInfoTest
extends Object

Testing marshalling functionality, making sure UTF-8 is handled correctly.

Author:
Kurt T Stam

Constructor Summary
AuthInfoTest()
           
 
Method Summary
 void marshall()
          Testing going from object to XML using JAXB using a XML Fragment.
 void marshallUTF8()
          Test handling of utf8 characters
 void unmarshall()
          Unmarshall an xml fragment.
 void unmarshallUTF8()
          Test handling of utf8 characters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthInfoTest

public AuthInfoTest()
Method Detail

marshall

public void marshall()
Testing going from object to XML using JAXB using a XML Fragment.


unmarshall

public void unmarshall()
Unmarshall an xml fragment.


marshallUTF8

public void marshallUTF8()
Test handling of utf8 characters


unmarshallUTF8

public void unmarshallUTF8()
Test handling of utf8 characters



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.