当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
SOAPHandler (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.message
Class SOAPHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.axis.message.SOAPHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- Direct Known Subclasses:
- BodyBuilder, DeserializerImpl, EnvelopeBuilder, EnvelopeHandler, HeaderBuilder, RPCElementHandler, RPCHandler, SOAPFaultBuilder, SOAPFaultCodeBuilder, SOAPFaultDetailsBuilder, SOAPFaultReasonBuilder
- public class SOAPHandler
- extends DefaultHandler
Method Summary |
void |
endElement(String namespace,
String localName,
DeserializationContext context)
|
SOAPElementAxisImpl |
makeNewElement(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context)
|
void |
onEndChild(String namespace,
String localName,
DeserializationContext context)
|
SOAPHandler |
onStartChild(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context)
|
void |
startElement(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context)
|
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myElement
public SOAPElementAxisImpl myElement
SOAPHandler
public SOAPHandler()
SOAPHandler
public SOAPHandler(SOAPElementAxisImpl[] elements,
int index)
- This constructor allows deferred setting of any elements
- Parameters:
elements
- array of message elements to be populatedindex
- position in array where the message element is to be created
startElement
public void startElement(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context)
throws SAXException
- Throws:
SAXException
makeNewElement
public SOAPElementAxisImpl makeNewElement(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context)
throws AxisFault
- Throws:
AxisFault
endElement
public void endElement(String namespace,
String localName,
DeserializationContext context)
throws SAXException
- Throws:
SAXException
onStartChild
public SOAPHandler onStartChild(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context)
throws SAXException
- Throws:
SAXException
onEndChild
public void onEndChild(String namespace,
String localName,
DeserializationContext context)
throws SAXException
- Throws:
SAXException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.