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 Detail

      • getName

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