org.apache.juddi.v3.client.config
Class XRegistration

java.lang.Object
  extended by org.apache.juddi.v3.client.config.XRegistration

public class XRegistration
extends Object


Constructor Summary
XRegistration()
           
XRegistration(String entityKey, UDDIClerk fromClerk, UDDIClerk toClerk)
           
 
Method Summary
 String getEntityKey()
           
 UDDIClerk getFromClerk()
           
 UDDIClerk getToClerk()
           
 void setEntityKey(String entityKey)
           
 void setFromClerk(UDDIClerk fromClerk)
           
 void setToClerk(UDDIClerk toClerk)
           
 String toString()
           
 void xRegisterBusiness()
          Copies the BusinessInformation from one UDDI to another UDDI.
 void xRegisterBusinessAndServices()
          Copies the BusinessInformation from one UDDI to another UDDI.
 void xRegisterService()
          Copies the Service from one UDDI to another UDDI.
 void xRegisterServiceAndBindings()
          Copies the Service from one UDDI to another UDDI along with all the bindingTemplates.
 void xRegisterServiceBinding()
          Copies the TemplateBinding from one UDDI to another UDDI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XRegistration

public XRegistration()

XRegistration

public XRegistration(String entityKey,
                     UDDIClerk fromClerk,
                     UDDIClerk toClerk)
Method Detail

getToClerk

public UDDIClerk getToClerk()

setToClerk

public void setToClerk(UDDIClerk toClerk)

getFromClerk

public UDDIClerk getFromClerk()

setFromClerk

public void setFromClerk(UDDIClerk fromClerk)

getEntityKey

public String getEntityKey()

setEntityKey

public void setEntityKey(String entityKey)

xRegisterBusiness

public void xRegisterBusiness()
Copies the BusinessInformation from one UDDI to another UDDI. Note that no services are being copied over by this service. Use xRegisterService to copy over services.


xRegisterBusinessAndServices

public void xRegisterBusinessAndServices()
Copies the BusinessInformation from one UDDI to another UDDI.


xRegisterService

public void xRegisterService()
Copies the Service from one UDDI to another UDDI.


xRegisterServiceAndBindings

public void xRegisterServiceAndBindings()
Copies the Service from one UDDI to another UDDI along with all the bindingTemplates.


xRegisterServiceBinding

public void xRegisterServiceBinding()
Copies the TemplateBinding from one UDDI to another UDDI.


toString

public String toString()
Overrides:
toString in class Object


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