|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceRegistration
The abstraction of target system registration information to be sent to a registry. EPRType is the representation of resource references in a given environment.
| Method Summary | |
|---|---|
void |
addResourcePropertyName(javax.xml.namespace.QName rpName)
Add resource property name to the registration content |
void |
addResourceType(javax.xml.namespace.QName rt)
Add ResourceType to the registration content |
java.lang.Object[] |
getContent()
Get registration content. |
WSRFClient |
getEndpointRereference()
Get the client to the resource endpoint. |
java.util.Collection<javax.xml.namespace.QName> |
resourcePropertyNames()
Get resource property names added to the registration content |
java.util.Collection<javax.xml.namespace.QName> |
resourceTypes()
Get ResourceTypes added to the registration content |
void |
setContent(java.lang.Object[] rps)
Set registration content. |
void |
setEndpointRereference(WSRFClient epr)
Set the client to the resource endpoint. |
| Method Detail |
|---|
WSRFClient getEndpointRereference()
void setEndpointRereference(WSRFClient epr)
epr - resource EPRjava.lang.Object[] getContent()
String - if the child node is a text one;Element - if the child node is an element.
void setContent(java.lang.Object[] rps)
String - if the child node is a text one;Element - if the child node is an element.
rps - registration contentvoid addResourceType(javax.xml.namespace.QName rt)
rt - ResourceType as Stringjava.util.Collection<javax.xml.namespace.QName> resourceTypes()
void addResourcePropertyName(javax.xml.namespace.QName rpName)
rpName - java.util.Collection<javax.xml.namespace.QName> resourcePropertyNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||