it.imolinfo.jbi4corba.utils
Class HelperEPRUtils

java.lang.Object
  extended by it.imolinfo.jbi4corba.utils.HelperEPRUtils

public class HelperEPRUtils
extends Object

An utility Class for the management of the EndpointReference

Author:
Luca Acquaviva

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

HelperEPRUtils

public HelperEPRUtils()
Method Detail

readAddressFromEPR

public static String readAddressFromEPR(String DocumentFragment)
Extract the IOR from a DocumentFragment

Parameters:
String - DocumentFragment the EPR document faragment

getDynamicIORFromEPR

public static final String getDynamicIORFromEPR(Node parentNode)
                                         throws Exception
Extract the IOR from a DocumentFragment *

Parameters:
Node - the parentnode of the DocumentFragment
Returns:
String
Throws:
Exception

getEndpointInfo

public static final javax.jbi.servicedesc.ServiceEndpoint getEndpointInfo(Node parentNode)
                                                                   throws Exception
Extract EndpointInfo as Endpointname and InterfaceName from document fragment This Method Support both WS-ADDRESSING Specifics Format

Parameters:
Node - the ChildNode of the DocumentFragment
Throws:
Exception


Copyright © 2005-2010 Imola Informatica. All Rights Reserved.