public class PartyRepItem extends java.lang.Object implements RepItem
Constructor and Description |
---|
PartyRepItem()
Do not use this: It's only here to support XML de-serialization.
|
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() |
java.lang.Boolean |
getIsMediator() |
java.lang.String |
getName() |
java.lang.String |
getProtocolClassPath() |
NegotiationParty |
load() |
java.lang.String |
toString() |
public PartyRepItem()
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
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 getIsMediator()
public java.lang.String toString()
toString
in class java.lang.Object