org.apache.juddi.v3.tck
Class UDDI_040_BusinessServiceIntegrationTest

java.lang.Object
  extended by org.apache.juddi.v3.tck.UDDI_040_BusinessServiceIntegrationTest
Direct Known Subclasses:
UDDI_040_BusinessServiceLoadTest

public class UDDI_040_BusinessServiceIntegrationTest
extends Object

Author:
Jeff Faath, Kurt T Stam

Field Summary
protected static String authInfoJoe
           
protected static String authInfoSam
           
protected static TckBusiness tckBusiness
           
protected static TckBusinessService tckBusinessService
           
protected static TckTModel tckTModel
           
 
Constructor Summary
UDDI_040_BusinessServiceIntegrationTest()
           
 
Method Summary
 void joepublisher()
           
 void joepublisherMoveBusinessService()
          5.2.16.3 paragraph 4 Data contained within businessEntity structures can be rearranged with this API call.
 void samsyndicator()
           
static void startManager()
           
static void stopManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tckTModel

protected static TckTModel tckTModel

tckBusiness

protected static TckBusiness tckBusiness

tckBusinessService

protected static TckBusinessService tckBusinessService

authInfoJoe

protected static String authInfoJoe

authInfoSam

protected static String authInfoSam
Constructor Detail

UDDI_040_BusinessServiceIntegrationTest

public UDDI_040_BusinessServiceIntegrationTest()
Method Detail

stopManager

public static void stopManager()
                        throws org.apache.commons.configuration.ConfigurationException
Throws:
org.apache.commons.configuration.ConfigurationException

startManager

public static void startManager()
                         throws org.apache.commons.configuration.ConfigurationException
Throws:
org.apache.commons.configuration.ConfigurationException

joepublisher

public void joepublisher()

samsyndicator

public void samsyndicator()

joepublisherMoveBusinessService

public void joepublisherMoveBusinessService()
5.2.16.3 paragraph 4 Data contained within businessEntity structures can be rearranged with this API call. This can be done by redefining parent container relationships for other registered information. For instance, if a new businessEntity is saved with information about a businessService that is registered already as part of a different businessEntity, this results in the businessService being moved from its current container to the new businessEntity. This condition occurs when the businessKey of the businessService being saved matches the businessKey of the businessEntity being saved. An attempt to delete or move a businessService in this manner by a party who is not the publisher of the businessService MUST be rejected with an error E_userMismatch.



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