Uses of Interface
org.jvnet.wom.api.WSDLExtension

Packages that use WSDLExtension
org.jvnet.wom   
org.jvnet.wom.api   
org.jvnet.wom.api.binding.wsdl11.mime   
org.jvnet.wom.api.binding.wsdl11.soap   
org.jvnet.wom.api.parser   
org.jvnet.wom.impl.extension   
org.jvnet.wom.impl.extension.wsdl11   
org.jvnet.wom.impl.extension.wsdl11.mime   
org.jvnet.wom.impl.extension.wsdl11.soap   
 

Uses of WSDLExtension in org.jvnet.wom
 

Subinterfaces of WSDLExtension in org.jvnet.wom
 interface Schema<E,T>
           
 

Uses of WSDLExtension in org.jvnet.wom.api
 

Methods in org.jvnet.wom.api with type parameters of type WSDLExtension
<T extends WSDLExtension>
java.util.Collection<T>
WSDLExtensible.getExtension(java.lang.Class<T> type)
          Gets the extension that is assignable to the given type.
<T extends WSDLExtension>
java.util.Collection<T>
WSDLEntity.getExtension(java.lang.Class<T> type)
           
<T extends WSDLExtension>
T
WSDLEntity.getFirstExtension(java.lang.Class<T> type)
          Returns the first extension
 

Methods in org.jvnet.wom.api that return types with arguments of type WSDLExtension
 java.lang.Iterable<WSDLExtension> WSDLExtensible.getExtensions()
          Gets all the WSDLExtensions added through #addExtension(Collection).
 java.lang.Iterable<WSDLExtension> WSDLEntity.getExtensions()
           
 

Method parameters in org.jvnet.wom.api with type arguments of type WSDLExtension
 void WSDLExtensible.addExtension(java.util.Collection<WSDLExtension> extension)
          Adds a new WSDLExtension to this object.
 void WSDLEntity.addExtension(java.util.Collection<WSDLExtension> extension)
           
 

Uses of WSDLExtension in org.jvnet.wom.api.binding.wsdl11.mime
 

Subinterfaces of WSDLExtension in org.jvnet.wom.api.binding.wsdl11.mime
 interface MimeMultipart
           
 

Uses of WSDLExtension in org.jvnet.wom.api.binding.wsdl11.soap
 

Subinterfaces of WSDLExtension in org.jvnet.wom.api.binding.wsdl11.soap
 interface SOAPAddress
           
 interface SOAPBinding
           
 interface SOAPBody
           
 interface SOAPFault
           
 interface SOAPHeader
           
 interface SOAPHeaderFault
          Marker interface of soap:headerfault elements.
 interface SOAPOperation
           
 

Uses of WSDLExtension in org.jvnet.wom.api.parser
 

Methods in org.jvnet.wom.api.parser that return types with arguments of type WSDLExtension
 java.util.Collection<WSDLExtension> WSDLExtensionHandler.getExtensions()
          This method should be called only after the parsing of extensibility element is complete.
 java.util.Collection<WSDLExtension> WSDLExtensionHandler.parseAttribute(org.xml.sax.Attributes atts)
          With this the extension handlers get a chance to process the extensibility attributes.
 

Uses of WSDLExtension in org.jvnet.wom.impl.extension
 

Methods in org.jvnet.wom.impl.extension that return types with arguments of type WSDLExtension
 java.util.Collection<WSDLExtension> XMLSchemaParserImpl.getExtensions()
           
 java.util.Collection<WSDLExtension> XMLSchemaParserImpl.parseAttribute(org.xml.sax.Attributes atts)
           
 

Uses of WSDLExtension in org.jvnet.wom.impl.extension.wsdl11
 

Methods in org.jvnet.wom.impl.extension.wsdl11 that return types with arguments of type WSDLExtension
 java.util.Collection<WSDLExtension> AbstractWSDLExtensionHandler.parseAttribute(org.xml.sax.Attributes atts)
           
 

Uses of WSDLExtension in org.jvnet.wom.impl.extension.wsdl11.mime
 

Classes in org.jvnet.wom.impl.extension.wsdl11.mime that implement WSDLExtension
 class MimeMultipartImpl
           
 

Methods in org.jvnet.wom.impl.extension.wsdl11.mime that return types with arguments of type WSDLExtension
 java.util.Collection<WSDLExtension> MimeMultipartParser.getExtensions()
           
 

Uses of WSDLExtension in org.jvnet.wom.impl.extension.wsdl11.soap
 

Classes in org.jvnet.wom.impl.extension.wsdl11.soap that implement WSDLExtension
 class SOAPAddressImpl
           
 class SOAPBindingImpl
           
 class SOAPBodyImpl
           
 class SOAPFaultImpl
           
 class SOAPHeaderFaultImpl
           
 class SOAPHeaderImpl
           
 class SOAPOperationImpl
           
 

Methods in org.jvnet.wom.impl.extension.wsdl11.soap that return types with arguments of type WSDLExtension
 java.util.Collection<WSDLExtension> SOAPHeaderExtensionHandler.getExtensions()
           
 java.util.Collection<WSDLExtension> SOAPHeaderFaultExtensionHandler.getExtensions()
           
 java.util.Collection<WSDLExtension> SOAPOperationExtensionHandler.getExtensions()
           
 java.util.Collection<WSDLExtension> SOAPBindingExtensionHandler.getExtensions()
           
 java.util.Collection<WSDLExtension> SOAPAddressExtensionHandler.getExtensions()
           
 java.util.Collection<WSDLExtension> SOAPFaultExtensionHandler.getExtensions()
           
 java.util.Collection<WSDLExtension> SOAPBodyExtensionHandler.getExtensions()
           
 java.util.Collection<WSDLExtension> SOAPFaultExtensionHandler.parseAttribute(org.xml.sax.Attributes atts)
           
 



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