Package org.apache.ws.security.util
Class XMLUtils
java.lang.Object
org.apache.ws.security.util.XMLUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
ElementToStream
(Element element, OutputStream out) static InputSource
Utility to get the bytes uri.static String
static InputSource
sourceToInputSource
(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
-