|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.core.state.GCUBEWSResourceKey
public class GCUBEWSResourceKey
An implementation of ResourceKey for gCube services.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GCUBEWSResourceKey(QName name,
String value)
name - the name.value - the value.public GCUBEWSResourceKey(org.globus.wsrf.ResourceKey key)
key - the key.| Method Detail |
|---|
protected org.globus.wsrf.ResourceKey getInnerKey()
ResourceKey wrapped by the key.
public boolean equals(Object obj)
equals in class Objectpublic QName getName()
getName in interface org.globus.wsrf.ResourceKeypublic String getValue()
getValue in interface org.globus.wsrf.ResourceKeypublic int hashCode()
hashCode in class Object
public SOAPElement toSOAPElement()
throws org.globus.wsrf.encoding.SerializationException
toSOAPElement in interface org.globus.wsrf.ResourceKeyorg.globus.wsrf.encoding.SerializationExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||