com.sun.xml.ws.api.model.wsdl
Interface WSDLExtension

All Known Implementing Classes:
AbstractExtensibleImpl.UnknownWSDLExtension

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.


Method Summary
 QName getName()
          Gets the qualified name of the WSDL extensibility element or attribute.
 

Method Detail

getName

QName getName()
Gets the qualified name of the WSDL extensibility element or attribute.

Returns:
must not be null.