org.ow2.frascati.examples.isbntest.lib
Class Client

java.lang.Object
  extended by org.ow2.frascati.examples.isbntest.lib.Client
All Implemented Interfaces:
Verifier

public class Client
extends java.lang.Object
implements Verifier

SCA Java Component implementation using an ISBN test web service


Field Summary
 
Fields inherited from interface org.ow2.frascati.examples.isbntest.api.Verifier
ISBN_10_TYPE, ISBN_13_TYPE
 
Constructor Summary
Client()
           
 
Method Summary
 boolean verify(java.lang.String type, java.lang.String isbnNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

verify

public final boolean verify(java.lang.String type,
                            java.lang.String isbnNumber)
Specified by:
verify in interface Verifier


Copyright © 2010 OW2 Consortium. All Rights Reserved.