org.pasoa.util.httpsoap
Class WSAddressEndpoint

java.lang.Object
  extended by org.pasoa.util.httpsoap.WSAddressEndpoint

public class WSAddressEndpoint
extends Object

A simple class for taking making a URL into a WS-addressing endpoint xml representation

Author:
sm

Field Summary
static String wsaNamespace
           
 
Constructor Summary
WSAddressEndpoint(String url)
           
 
Method Summary
 Document getDocument()
           
 Element getElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wsaNamespace

public static final String wsaNamespace
See Also:
Constant Field Values
Constructor Detail

WSAddressEndpoint

public WSAddressEndpoint(String url)
Method Detail

getElement

public Element getElement()

getDocument

public Document getDocument()