Package be.selckin.ws.util.java2php.php

Examples of be.selckin.ws.util.java2php.php.PhpService


    public void begin(FaultInfo fault) {
    }

    @Override
    public void begin(InterfaceInfo intf) {
        current = new PhpService(intf.getName(), nameManager.getPhpNamespace(intf.getName()), intf.getName().getLocalPart());
        services.add(current);
    }
View Full Code Here

TOP

Related Classes of be.selckin.ws.util.java2php.php.PhpService

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.