Package com.sun.xml.ws.api.model.wsdl
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-