Uses of Class
org.apache.axis.message.SOAPHeaderElement
Packages that use SOAPHeaderElement
-
Uses of SOAPHeaderElement in org.apache.axis
Methods in org.apache.axis with parameters of type SOAPHeaderElementModifier and TypeMethodDescriptionvoid
AxisFault.addHeader
(SOAPHeaderElement header) Add a SOAP header which should be serialized along with the fault. -
Uses of SOAPHeaderElement in org.apache.axis.client
Methods in org.apache.axis.client that return SOAPHeaderElementModifier and TypeMethodDescriptionGet the header elementStub.getHeaders()
Get the array of header elementsStub.getResponseHeader
(String namespace, String partName) Get a response header elementStub.getResponseHeaders()
Get the array of response header elementsMethods in org.apache.axis.client with parameters of type SOAPHeaderElementModifier and TypeMethodDescriptionvoid
Call.addHeader
(SOAPHeaderElement header) Add a header which should be inserted into each outgoing message we generate.void
Stub.setHeader
(SOAPHeaderElement header) Set the header -
Uses of SOAPHeaderElement in org.apache.axis.message
Subclasses of SOAPHeaderElement in org.apache.axis.messageMethods in org.apache.axis.message that return SOAPHeaderElementModifier and TypeMethodDescriptionSOAPEnvelope.getHeaderByName
(String namespace, String localPart) Get a header by name (always respecting the currently in-scope actors list)SOAPEnvelope.getHeaderByName
(String namespace, String localPart, boolean accessAllHeaders) Get a header by name, filtering for headers targeted at this engine depending on the accessAllHeaders parameter.Methods in org.apache.axis.message with parameters of type SOAPHeaderElementModifier and TypeMethodDescriptionvoid
SOAPEnvelope.addHeader
(SOAPHeaderElement hdr) Add a HeaderElementvoid
SOAPEnvelope.removeHeader
(SOAPHeaderElement hdr) Remove a Header Element from SOAP Header