org.apache.ws.scout
Class Remover

java.lang.Object
  extended by org.apache.ws.scout.BaseTestCase
      extended by org.apache.ws.scout.Remover

public class Remover
extends BaseTestCase

Remove Registry Objects


Field Summary
 
Fields inherited from class org.apache.ws.scout.BaseTestCase
bqm, connection, connection2, maxRows, passwd, passwd2, uddiversion, userid, userid2
 
Constructor Summary
Remover(javax.xml.registry.BusinessLifeCycleManager blm)
           
 
Method Summary
 void removeClassificationScheme(javax.xml.registry.infomodel.ClassificationScheme cs)
           
 void removeConcept(javax.xml.registry.infomodel.Concept concept)
           
 void removeOrganization(javax.xml.registry.infomodel.Organization org)
           
 void removeService(javax.xml.registry.infomodel.Service service)
           
 void removeServiceBinding(javax.xml.registry.infomodel.ServiceBinding serviceBinding)
           
 
Methods inherited from class org.apache.ws.scout.BaseTestCase
login, loginSecondUser, setUp, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Remover

public Remover(javax.xml.registry.BusinessLifeCycleManager blm)
Method Detail

removeOrganization

public void removeOrganization(javax.xml.registry.infomodel.Organization org)
                        throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

removeClassificationScheme

public void removeClassificationScheme(javax.xml.registry.infomodel.ClassificationScheme cs)
                                throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

removeConcept

public void removeConcept(javax.xml.registry.infomodel.Concept concept)
                   throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

removeService

public void removeService(javax.xml.registry.infomodel.Service service)
                   throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException

removeServiceBinding

public void removeServiceBinding(javax.xml.registry.infomodel.ServiceBinding serviceBinding)
                          throws javax.xml.registry.JAXRException
Throws:
javax.xml.registry.JAXRException


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