|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WSDLExtensionHandler
Abstraction to allow processing and populating WSDL extensibility elements in to the model.
| Method Summary | |
|---|---|
org.xml.sax.ContentHandler |
getContentHandlerFor(java.lang.String nsUri,
java.lang.String localName)
Gives a ContentHandler if this extension handler can process the extensibility elements
idetified by the nsUri and localName |
java.util.Collection<WSDLExtension> |
getExtensions()
This method should be called only after the parsing of extensibility element is complete. |
java.util.Collection<WSDLExtension> |
parseAttribute(org.xml.sax.Attributes atts)
With this the extension handlers get a chance to process the extensibility attributes. |
| Method Detail |
|---|
java.util.Collection<WSDLExtension> getExtensions()
WSDLExtensionjava.util.Collection<WSDLExtension> parseAttribute(org.xml.sax.Attributes atts)
WSDLExtensions
org.xml.sax.ContentHandler getContentHandlerFor(java.lang.String nsUri,
java.lang.String localName)
ContentHandler if this extension handler can process the extensibility elements
idetified by the nsUri and localName
nsUri - namespace of the extensiblity element, always non-nulllocalName - localName of the extensibility element, always non-null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||