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

org.apache.woden.internal.wsdl20.assertions.Description1002 Maven / Gradle / Ivy

The newest version!
package org.apache.woden.internal.wsdl20.assertions;

import org.apache.woden.WSDLException;
import org.apache.woden.wsdl20.validation.Assertion;
import org.apache.woden.wsdl20.validation.WodenContext;

public class Description1002 implements Assertion {

    public String getId() {
        return "Description-1002".intern();
    }

    public void validate(Object target, WodenContext wodenCtx) throws WSDLException {
        // TODO Auto-generated method stub
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy