public class XRegistration extends Object
Constructor and Description |
---|
XRegistration() |
XRegistration(String entityKey,
UDDIClerk fromClerk,
UDDIClerk toClerk) |
Modifier and Type | Method and Description |
---|---|
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.
|
public UDDIClerk getToClerk()
public void setToClerk(UDDIClerk toClerk)
public UDDIClerk getFromClerk()
public void setFromClerk(UDDIClerk fromClerk)
public String getEntityKey()
public void setEntityKey(String entityKey)
public void xRegisterBusiness()
public void xRegisterBusinessAndServices()
public void xRegisterService()
public void xRegisterServiceAndBindings()
public void xRegisterServiceBinding()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.