Class DeploymentDescriptorParser<A>


  • public class DeploymentDescriptorParser<A>
    extends Object
    Parses sun-jaxws.xml into WSEndpoint.

    Since sun-jaxws.xml captures more information than what WSEndpoint represents (in particular URL pattern and name), this class takes a parameterization 'A' so that the user of this parser can choose to create another type that wraps WSEndpoint.
    HttpAdapter and its derived type is used for this often, but it can be anything.
    Author:
    WS Development Team, Kohsuke Kawaguchi