Class XMLUtils
java.lang.Object
org.apache.ws.security.util.XMLUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidElementToStream(Element element, OutputStream out) static InputSourceUtility to get the bytes uri.static Stringstatic InputSourcesourceToInputSource(Source source) Utility to get the bytes uri
-
Constructor Details
-
XMLUtils
public XMLUtils()
-
-
Method Details
-
PrettyDocumentToString
-
ElementToStream
-
sourceToInputSource
Utility to get the bytes uri- Parameters:
source- the resource to get
-
getInputSourceFromURI
Utility to get the bytes uri. Does NOT handle authenticated URLs, use getInputSourceFromURI(uri, username, password)- Parameters:
uri- the resource to get
-