All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.braintreegateway.util.SimpleNodeWrapperFactory Maven / Gradle / Ivy

The newest version!
package com.braintreegateway.util;

public class SimpleNodeWrapperFactory implements NodeWrapperFactory {
    public NodeWrapper create(String xml) {
        return SimpleNodeWrapper.parse(xml);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy