Package org.jboss.as.webservices.dmr

Examples of org.jboss.as.webservices.dmr.WSExtension


* @author <a href="mailto:ropalka@redhat.com">Richard Opalka</a>
*/
public final class WebServicesSubsystemTestCase extends AbstractSubsystemBaseTest {

    public WebServicesSubsystemTestCase() {
        super(WSExtension.SUBSYSTEM_NAME, new WSExtension());
    }
View Full Code Here

TOP

Related Classes of org.jboss.as.webservices.dmr.WSExtension

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.