microsoft.exchange.webservices.data.security
Class SafeXmlFactory

java.lang.Object
  extended by microsoft.exchange.webservices.data.security.SafeXmlFactory

public class SafeXmlFactory
extends Object


Field Summary
static XMLInputFactory factory
           
 
Constructor Summary
SafeXmlFactory()
           
 
Method Summary
static XMLStreamReader createSafeXmlTextReader(InputStream stream)
           
static XMLStreamReader createSafeXmlTextReader(String url)
           
static XMLStreamReader createSafeXmlTextReader(XMLStreamReader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factory

public static XMLInputFactory factory
Constructor Detail

SafeXmlFactory

public SafeXmlFactory()
Method Detail

createSafeXmlTextReader

public static XMLStreamReader createSafeXmlTextReader(InputStream stream)
                                               throws Exception
Throws:
Exception

createSafeXmlTextReader

public static XMLStreamReader createSafeXmlTextReader(String url)
                                               throws Exception
Throws:
Exception

createSafeXmlTextReader

public static XMLStreamReader createSafeXmlTextReader(XMLStreamReader reader)
                                               throws Exception
Throws:
Exception


Copyright © 2012–2015 Microsoft. All rights reserved.