org.ogf.graap.wsag.wsrf
Class XmlUtils

java.lang.Object
  extended by org.ogf.graap.wsag.wsrf.XmlUtils

public class XmlUtils
extends Object

XmlUtils

Author:
Oliver Waeldrich

Constructor Summary
XmlUtils()
           
 
Method Summary
static org.apache.muse.ws.addressing.EndpointReference convertEndpointToMuseEPR(EndpointReferenceType epr)
          Converts an EndpointReferenceType to a MUSE EPR.
static EndpointReferenceType convertMuseEPRToEndpoint(org.apache.muse.ws.addressing.EndpointReference epr)
          Converts a MUSE EPR to an EndpointReferenceType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUtils

public XmlUtils()
Method Detail

convertEndpointToMuseEPR

public static org.apache.muse.ws.addressing.EndpointReference convertEndpointToMuseEPR(EndpointReferenceType epr)
Converts an EndpointReferenceType to a MUSE EPR.

Parameters:
epr - the EPR to convert
Returns:
the converted EPR

convertMuseEPRToEndpoint

public static EndpointReferenceType convertMuseEPRToEndpoint(org.apache.muse.ws.addressing.EndpointReference epr)
Converts a MUSE EPR to an EndpointReferenceType.

Parameters:
epr - the EPR to convert
Returns:
the converted EPR


Copyright © 2008-2012. All Rights Reserved.