|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4corba.utils.EPREndpointInfo
public class EPREndpointInfo
Holder for Enpoint Reference information This Class Create an Holder that mantain all the information about to EPR
Constructor Summary | |
---|---|
EPREndpointInfo()
Default Constructor |
|
EPREndpointInfo(String address,
QName intname,
String endpoitname)
|
Method Summary | |
---|---|
String |
getEndpointName()
get the EndpointName |
QName |
getInterfacename()
Return the interface name |
String |
getIor()
Return the IOR |
void |
setEndpointName(String endpointName)
Set EndpointName |
void |
setInterfacename(QName interfacename)
Set interface Name |
void |
setIor(String ior)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPREndpointInfo()
public EPREndpointInfo(String address, QName intname, String endpoitname)
Method Detail |
---|
public String getIor()
public void setIor(String ior)
String
- IORpublic QName getInterfacename()
public void setInterfacename(QName interfacename)
interfacename
- public String getEndpointName()
public void setEndpointName(String endpointName)
Stirng
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |