Package org.jitterbit.integration.plugin

Examples of org.jitterbit.integration.plugin.PluginDataElementTemplate


                documentation = parser.getCurrentElementValue();
            }
        }

        private void handleDataElementEnd() {
            callback.handle(new PluginDataElementTemplate() {

                @Override
                public Object getDefaultValue() {
                    return defaultValue;
                }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.plugin.PluginDataElementTemplate

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.