Uses of Interface
javax.wsdl.extensions.ElementExtensible

Packages that use ElementExtensible
javax.wsdl   
 

Uses of ElementExtensible in javax.wsdl
 

Subinterfaces of ElementExtensible in javax.wsdl
 interface Binding
          This interface represents a port type binding and describes the protocol required for using operations in a port type.
 interface BindingFault
          This interface represents a fault binding.
 interface BindingInput
          This interface represents an input binding.
 interface BindingOperation
          This interface represents a WSDL operation binding.
 interface BindingOutput
          This interface represents an output binding.
 interface Definition
          This interface represents a WSDL definition.
 interface Message
          This interface describes a message used for communication with an operation.
 interface Operation
          This interface represents a WSDL operation.
 interface Port
          This interface represents a port, an endpoint for the functionality described by a particular port type.
 interface Service
          This interface represents a service, which groups related ports to provide some functionality.
 interface Types
          This interface represents the <types> section of a WSDL document.