Package c.b.a._2006._07.authentication

Examples of c.b.a._2006._07.authentication.AuthenticationInterface.login()


    AuthenticationInterface client = stub.getAuthenticationInterfaceLocalEndpoint();
   
    Client xclient = Client.getInstance(client);
    xclient.setProperty(JaxbType.SEARCH_PACKAGES, search);
    
    Object object = client.login("dan", "dan");
    assertEquals("hello", object);
   
    //object = client.login("foo", "dan");
    //assertTrue(object instanceof FooType);
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.