Example usage for javax.xml.ws.spi ServiceDelegate subclass-usage

List of usage examples for javax.xml.ws.spi ServiceDelegate subclass-usage

Introduction

In this page you can find the example usage for javax.xml.ws.spi ServiceDelegate subclass-usage.

Usage

From source file org.apache.axis2.jaxws.spi.ServiceDelegate.java

/**
 * The ServiceDelegate serves as the backing implementation for all of the methods in the {@link
 * javax.xml.ws.Service} API.  This is the plug point for the client implementation.
 */
public class ServiceDelegate extends javax.xml.ws.spi.ServiceDelegate {
    private static final Log log = LogFactory.getLog(ServiceDelegate.class);