public class PartyRepItem extends java.lang.Object implements RepItem
Constructor and Description |
---|
PartyRepItem(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getClassPath() |
java.lang.String |
getDescription() |
static java.util.List<PartyRepItem> |
getMediators(java.util.List<PartyRepItem> partyItems) |
java.lang.String |
getName() |
static java.util.List<PartyRepItem> |
getNonMediators(java.util.List<PartyRepItem> partyItems) |
java.lang.String |
getProtocolClassPath() |
java.lang.Boolean |
isMediator() |
NegotiationParty |
load() |
java.lang.String |
toString() |
public PartyRepItem(java.lang.String path) throws java.net.MalformedURLException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.ClassNotFoundException
path
- full.path.to.class or file name.java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.net.MalformedURLException
public NegotiationParty load() throws java.net.MalformedURLException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.ClassNotFoundException
NegotiationParty
that this refers to.java.net.MalformedURLException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException
public java.lang.String getProtocolClassPath()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String getClassPath()
public java.lang.String getDescription()
public java.lang.Boolean isMediator()
public java.lang.String toString()
toString
in class java.lang.Object
public static java.util.List<PartyRepItem> getMediators(java.util.List<PartyRepItem> partyItems)
partyItems
- public static java.util.List<PartyRepItem> getNonMediators(java.util.List<PartyRepItem> partyItems)
partyItems
-