|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.binding.jsonrpc.impl.JSONRPCBindingImpl
public class JSONRPCBindingImpl
A model for the JSONRPC binding.
| Constructor Summary | |
|---|---|
JSONRPCBindingImpl()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone the binding |
java.util.List<PolicySet> |
getApplicablePolicySets()
Returns a list of policy sets defined in the domain, that are applicable to this PolicySetAttachPoint. |
java.lang.String |
getName()
Returns the binding name. |
java.util.List<PolicySet> |
getPolicySets()
Returns a list of policy sets. |
java.util.List<Intent> |
getRequiredIntents()
Returns a list of policy intents. |
IntentAttachPointType |
getType()
Returns the type of the attach point such as a BindingType or an ImplementationType and so on |
java.lang.String |
getURI()
Returns the binding URI. |
boolean |
isUnresolved()
Returns true if the model element is unresolved. |
void |
setName(java.lang.String name)
Sets the binding name. |
void |
setPolicySets(java.util.List<PolicySet> policySets)
|
void |
setRequiredIntents(java.util.List<Intent> intents)
|
void |
setType(IntentAttachPointType intentAttachPointType)
Sets the type of the attach point such as a BindingType or an ImplementationType and so on |
void |
setUnresolved(boolean unresolved)
Sets whether the model element is unresolved. |
void |
setURI(java.lang.String uri)
Sets the binding URI. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSONRPCBindingImpl()
| Method Detail |
|---|
public java.lang.String getName()
Binding
getName in interface Bindingpublic java.lang.String getURI()
Binding
getURI in interface Bindingpublic void setURI(java.lang.String uri)
Binding
setURI in interface Bindinguri - the binding URIpublic void setName(java.lang.String name)
Binding
setName in interface Bindingname - the binding namepublic boolean isUnresolved()
Base
isUnresolved in interface Basepublic void setUnresolved(boolean unresolved)
Base
setUnresolved in interface Baseunresolved - whether the model element is unresolvedpublic java.util.List<PolicySet> getPolicySets()
PolicySetAttachPoint
getPolicySets in interface PolicySetAttachPointpublic java.util.List<Intent> getRequiredIntents()
IntentAttachPoint
getRequiredIntents in interface IntentAttachPointpublic IntentAttachPointType getType()
IntentAttachPoint
getType in interface IntentAttachPointpublic void setType(IntentAttachPointType intentAttachPointType)
IntentAttachPoint
setType in interface IntentAttachPointpublic void setPolicySets(java.util.List<PolicySet> policySets)
public void setRequiredIntents(java.util.List<Intent> intents)
public java.util.List<PolicySet> getApplicablePolicySets()
PolicySetAttachPoint
getApplicablePolicySets in interface PolicySetAttachPoint
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
Binding
clone in interface Bindingclone in class java.lang.Objectjava.lang.CloneNotSupportedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||