|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4corba.utils.HelperEPRUtils
public class HelperEPRUtils
An utility Class for the management of the EndpointReference
Constructor Summary | |
---|---|
HelperEPRUtils()
|
Method Summary | |
---|---|
static String |
getDynamicIORFromEPR(Node parentNode)
Extract the IOR from a DocumentFragment * |
static javax.jbi.servicedesc.ServiceEndpoint |
getEndpointInfo(Node parentNode)
Extract EndpointInfo as Endpointname and InterfaceName from document fragment This Method Support both WS-ADDRESSING Specifics Format |
static String |
readAddressFromEPR(String DocumentFragment)
Extract the IOR from a DocumentFragment |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HelperEPRUtils()
Method Detail |
---|
public static String readAddressFromEPR(String DocumentFragment)
String
- DocumentFragment the EPR document faragmentpublic static final String getDynamicIORFromEPR(Node parentNode) throws Exception
Node
- the parentnode of the DocumentFragment
Exception
public static final javax.jbi.servicedesc.ServiceEndpoint getEndpointInfo(Node parentNode) throws Exception
Node
- the ChildNode of the DocumentFragment
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |