Show
Ignore:
Timestamp:
06/04/10 17:09:53 (2 years ago)
Author:
rodche
Message:

mavenized ..webservice.synergizer (test fails due to the org.bridgedb.webservice.synergizer.SynergizerStub??.idExist(SynergizerStub??.java:268) is error or outdated; probably the service changed...)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/org.bridgedb.webservice.cronos/src-axis/org/bridgedb/webservice/cronos/ObjectFactory.java

    r391 r400  
    3838 
    3939    /** 
     40     * Create an instance of {@link CronosWSResponse } 
     41     *  
     42     */ 
     43    public CronosWSResponse createCronosWSResponse() { 
     44        return new CronosWSResponse(); 
     45    } 
     46 
     47    /** 
    4048     * Create an instance of {@link IsinRedList } 
    4149     *  
     
    4351    public IsinRedList createIsinRedList() { 
    4452        return new IsinRedList(); 
    45     } 
    46  
    47     /** 
    48      * Create an instance of {@link IsinRedListResponse } 
    49      *  
    50      */ 
    51     public IsinRedListResponse createIsinRedListResponse() { 
    52         return new IsinRedListResponse(); 
    5353    } 
    5454 
     
    6262 
    6363    /** 
    64      * Create an instance of {@link CronosWSResponse } 
     64     * Create an instance of {@link IsinRedListResponse } 
    6565     *  
    6666     */ 
    67     public CronosWSResponse createCronosWSResponse() { 
    68         return new CronosWSResponse(); 
     67    public IsinRedListResponse createIsinRedListResponse() { 
     68        return new IsinRedListResponse(); 
    6969    } 
    7070