|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOAPHeaderElementAxisImpl | |
org.apache.axis | |
org.apache.axis.client | |
org.apache.axis.message |
Uses of SOAPHeaderElementAxisImpl in org.apache.axis |
Methods in org.apache.axis with parameters of type SOAPHeaderElementAxisImpl | |
void |
AxisFault.addHeader(SOAPHeaderElementAxisImpl header)
Add a SOAP header which should be serialized along with the fault. |
Uses of SOAPHeaderElementAxisImpl in org.apache.axis.client |
Methods in org.apache.axis.client that return SOAPHeaderElementAxisImpl | |
SOAPHeaderElementAxisImpl |
Stub.getHeader(String namespace,
String partName)
Get the header element |
SOAPHeaderElementAxisImpl[] |
Stub.getHeaders()
Get the array of header elements |
Methods in org.apache.axis.client with parameters of type SOAPHeaderElementAxisImpl | |
void |
Stub.setHeader(SOAPHeaderElementAxisImpl header)
Set the header |
void |
Call.addHeader(SOAPHeaderElementAxisImpl header)
Add a header which should be inserted into each outgoing message we generate. |
Uses of SOAPHeaderElementAxisImpl in org.apache.axis.message |
Subclasses of SOAPHeaderElementAxisImpl in org.apache.axis.message | |
class |
RPCHeaderParam
|
Methods in org.apache.axis.message that return SOAPHeaderElementAxisImpl | |
SOAPHeaderElementAxisImpl |
SOAPEnvelopeAxisImpl.getHeaderByName(String namespace,
String localPart)
Get a header by name (always respecting the currently in-scope actors list) |
SOAPHeaderElementAxisImpl |
SOAPEnvelopeAxisImpl.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 SOAPHeaderElementAxisImpl | |
void |
SOAPEnvelopeAxisImpl.addHeader(SOAPHeaderElementAxisImpl hdr)
Add a HeaderElement |
void |
SOAPEnvelopeAxisImpl.removeHeader(SOAPHeaderElementAxisImpl hdr)
Remove a Header Element from SOAP Header |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |