Example usage for org.springframework.remoting.jaxws AbstractJaxWsServiceExporter subclass-usage

List of usage examples for org.springframework.remoting.jaxws AbstractJaxWsServiceExporter subclass-usage

Introduction

In this page you can find the example usage for org.springframework.remoting.jaxws AbstractJaxWsServiceExporter subclass-usage.

Usage

From source file org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter.java

/**
 * Simple exporter for JAX-WS services, autodetecting annotated service beans
 * (through the JAX-WS {@link javax.jws.WebService} annotation) and exporting
 * them through the HTTP server included in Sun's JDK 1.6. The full address
 * for each service will consist of the server's base address with the
 * service name appended (e.g. "http://localhost:8080/OrderService").