org.ogf.graap.wsag.wsrf
Class XmlUtils
java.lang.Object
org.ogf.graap.wsag.wsrf.XmlUtils
public class XmlUtils
- extends Object
XmlUtils
- Author:
- Oliver Waeldrich
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlUtils
public XmlUtils()
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.