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

org.objectweb.celtix.tools.extensions.jaxws.JAXWSBindingSerializer Maven / Gradle / Ivy

The newest version!
package org.objectweb.celtix.tools.extensions.jaxws;

import java.io.*;

import javax.wsdl.Definition;
import javax.wsdl.WSDLException;
import javax.wsdl.extensions.ExtensibilityElement;
import javax.wsdl.extensions.ExtensionRegistry;
import javax.wsdl.extensions.ExtensionSerializer;
import javax.xml.namespace.QName;

public class JAXWSBindingSerializer implements ExtensionSerializer, Serializable {
    public static final long serialVersionUID = 1;

    public void marshall(Class parentType,
                         QName elementType,
                         ExtensibilityElement extension,
                         PrintWriter pw,
                         Definition def,
                         ExtensionRegistry extReg)
        throws WSDLException {
        // TODO
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy