org.jvnet.wom.api
Interface WSDLExtension

All Known Subinterfaces:
MimeMultipart, Schema<E,T>, SOAPAddress, SOAPBinding, SOAPBody, SOAPFault, SOAPHeader, SOAPHeaderFault, SOAPOperation
All Known Implementing Classes:
MimeMultipartImpl, SOAPAddressImpl, SOAPBindingImpl, SOAPBodyImpl, SOAPFaultImpl, SOAPHeaderFaultImpl, SOAPHeaderImpl, SOAPOperationImpl

public interface WSDLExtension

Represents a WSDL extensibility element or attribute.

This interface can be implemented by the programs that build on top of the WOM, to hook additional information into WSDLDefinitions.

Author:
Vivek Pandey

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

Method Detail

getName

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

Returns:
must not be null.


Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.