Package org.apache.tuscany.idl.wsdl.WSDLDefinitionRegistryImpl

Examples of org.apache.tuscany.idl.wsdl.WSDLDefinitionRegistryImpl.Monitor


        //FIXME:  this is a  hack, WSDLDefinitionRegistry should not be created here
        if (wsdlRegistry == null) {
            try {
                wsdlRegistry = new WSDLDefinitionRegistryImpl();
                Monitor monitor = new Monitor() {
                    public void readingWSDL(String namespace, URL location) {
                    }

                    public void cachingDefinition(String namespace, URL location) {
                    }
View Full Code Here

TOP

Related Classes of org.apache.tuscany.idl.wsdl.WSDLDefinitionRegistryImpl.Monitor

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.