|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.wom.impl.extension.wsdl11.AbstractWSDLExtensionHandler
org.jvnet.wom.impl.extension.wsdl11.soap.SOAPHeaderFaultExtensionHandler
public class SOAPHeaderFaultExtensionHandler
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jvnet.wom.impl.extension.wsdl11.AbstractWSDLExtensionHandler |
|---|
AbstractWSDLExtensionHandler.WSDLExtensibilityContentHandler |
| Field Summary |
|---|
| Fields inherited from class org.jvnet.wom.impl.extension.wsdl11.AbstractWSDLExtensionHandler |
|---|
entityResolver, errorHandler |
| Constructor Summary | |
|---|---|
SOAPHeaderFaultExtensionHandler(org.xml.sax.ErrorHandler errorHandler,
org.xml.sax.EntityResolver entityResolver)
|
|
| 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 |
protected javax.xml.namespace.QName[] |
getExtensionNames()
|
java.util.Collection<WSDLExtension> |
getExtensions()
This method should be called only after the parsing of extensibility element is complete. |
| Methods inherited from class org.jvnet.wom.impl.extension.wsdl11.AbstractWSDLExtensionHandler |
|---|
canHandle, parseAttribute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SOAPHeaderFaultExtensionHandler(org.xml.sax.ErrorHandler errorHandler,
org.xml.sax.EntityResolver entityResolver)
| Method Detail |
|---|
public org.xml.sax.ContentHandler getContentHandlerFor(java.lang.String nsUri,
java.lang.String localName)
WSDLExtensionHandlerContentHandler 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-nullpublic java.util.Collection<WSDLExtension> getExtensions()
WSDLExtensionHandler
WSDLExtensionprotected javax.xml.namespace.QName[] getExtensionNames()
getExtensionNames in class AbstractWSDLExtensionHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||