2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.binding.ws.xml
Class EndPointReferenceHelper
java.lang.Object
org.apache.tuscany.sca.binding.ws.xml.EndPointReferenceHelper
public class EndPointReferenceHelper
- extends java.lang.Object
Helper methods to read and write a wsa:endpointReference
TODO: almost direct copy of code for Assembly properties
must be able to move to a common utility
Method Summary |
static org.w3c.dom.Element |
readEndPointReference(javax.xml.stream.XMLStreamReader reader)
Read a wsa:endpointReference into a DOM Element |
static void |
writeEndPointReference(org.w3c.dom.Element element,
javax.xml.stream.XMLStreamWriter writer)
Write a wsa:endpointReference from a DOM Element |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndPointReferenceHelper
public EndPointReferenceHelper()
readEndPointReference
public static org.w3c.dom.Element readEndPointReference(javax.xml.stream.XMLStreamReader reader)
- Read a wsa:endpointReference into a DOM Element
writeEndPointReference
public static void writeEndPointReference(org.w3c.dom.Element element,
javax.xml.stream.XMLStreamWriter writer)
- Write a wsa:endpointReference from a DOM Element