|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Maps to a BindingTemplate in UDDI.
Concept
Method Summary | |
void |
addSpecificationLink(SpecificationLink specificationLink)
Add a child SpecificationLink |
void |
addSpecificationLinks(java.util.Collection specificationLinks)
Add a Collection of SpecificationLink children |
java.lang.String |
getAccessURI()
Gets the URI that gives access to the service via this binding Default is a NULL String. |
Service |
getService()
Gets the parent service for which this is a binding |
Service |
getSpecificationLinkAt(int index)
Get a child Service at a specified index |
java.util.Collection |
getSpecificationLinks()
Get all children SpecificationLinks |
ServiceBinding |
getTargetBinding()
Gets the next ServiceInterfaceBinding in case there is a redirection |
void |
removeSpecificationLink(SpecificationLink specificationLink)
Remove a child SpecificationLink |
void |
removeSpecificationLinks(java.util.Collection specificationLinks)
Remove a Collection of children SpecificationLinks |
void |
setAccessURI(java.lang.String uri)
Sets the URI that gives access to the service via this binding. |
void |
setTargetBinding(ServiceBinding binding)
Sets the next ServiceInterfaceBinding in case there is a redirection The targetBinding is mutually exclusive from accessURI. |
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
addSlot, addSlots, getSlot, getSlotAt, getSlots, removeSlot, removeSlots |
Method Detail |
public java.lang.String getAccessURI() throws JAXRException
public void setAccessURI(java.lang.String uri) throws JAXRException
public ServiceBinding getTargetBinding() throws JAXRException
public void setTargetBinding(ServiceBinding binding) throws JAXRException
public Service getService() throws JAXRException
public void addSpecificationLink(SpecificationLink specificationLink) throws JAXRException
public void addSpecificationLinks(java.util.Collection specificationLinks) throws JAXRException
public void removeSpecificationLink(SpecificationLink specificationLink) throws JAXRException
public void removeSpecificationLinks(java.util.Collection specificationLinks) throws JAXRException
public Service getSpecificationLinkAt(int index) throws JAXRException
public java.util.Collection getSpecificationLinks() throws JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |