Interface WSDLExtension

All Known Implementing Classes:
WSEndpointReference

public interface WSDLExtension
Represents a WSDL extensibility element or attribute.

This interface can be implemented by the programs that build on top of the JAX-WS RI, to hook additional information into WSDLModel.

Author:
Vivek Pandey
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the qualified name of the WSDL extensibility element or attribute.
  • Method Details

    • getName

      QName getName()
      Gets the qualified name of the WSDL extensibility element or attribute.
      Returns:
      must not be null.