public class GCUBEWSResourceKey extends Object implements org.globus.wsrf.ResourceKey
ResourceKey for gCube services.| Constructor and Description |
|---|
GCUBEWSResourceKey(QName name,
String value)
Creates an instance with a given qualified name and value;
|
GCUBEWSResourceKey(org.globus.wsrf.ResourceKey key)
Creates an instance with a given inner key.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
protected org.globus.wsrf.ResourceKey |
getInnerKey()
Returns the implementation of
ResourceKey wrapped by the key. |
QName |
getName() |
String |
getValue() |
int |
hashCode() |
SOAPElement |
toSOAPElement() |
String |
toString() |
public GCUBEWSResourceKey(QName name, String value)
name - the name.value - the value.public GCUBEWSResourceKey(org.globus.wsrf.ResourceKey key)
key - the key.protected org.globus.wsrf.ResourceKey getInnerKey()
ResourceKey wrapped by the key.public QName getName()
getName in interface org.globus.wsrf.ResourceKeypublic String getValue()
getValue in interface org.globus.wsrf.ResourceKeypublic SOAPElement toSOAPElement() throws org.globus.wsrf.encoding.SerializationException
toSOAPElement in interface org.globus.wsrf.ResourceKeyorg.globus.wsrf.encoding.SerializationExceptionCopyright © 2015. All Rights Reserved.