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

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

The newest version!
package com.braintreegateway.util;

public interface NodeWrapperFactory {
    NodeWrapperFactory instance = new SimpleNodeWrapperFactory();

    NodeWrapper create(String xml);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy