Package rocks.xmpp.core.tls.model

Examples of rocks.xmpp.core.tls.model.Failure


    }

    @Test
    public void unmarshalFailure() throws XMLStreamException, JAXBException {
        String xml = "<failure xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>";
        Failure failure = unmarshal(xml, Failure.class);
        Assert.assertNotNull(failure);
    }
View Full Code Here

TOP

Related Classes of rocks.xmpp.core.tls.model.Failure

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.