|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebServiceHeader
Object that groups the implicit SOAP headers associated with the current invoke of a Web service operation. "Implicit" refers to any SOAP headers that are not part of the WSDL that describes the Web service.
Method Summary | |
---|---|
void |
clear()
Deprecated. Removes all implicit SOAP headers from the WebServiceHeader object. |
Object |
get(QName name)
Deprecated. Returns the value of the specified implicit SOAP header. |
Iterator |
names()
Deprecated. Returns all the implicit SOAP headers from the WebServiceHeader object. |
void |
put(QName name,
Object value)
Deprecated. Adds a new implicit SOAP header to the WebServiceHeader object. |
Object |
remove(QName name)
Deprecated. Removes a specific implicit SOAP header. |
Method Detail |
---|
void put(QName name, Object value)
name
- name of the headervalue
- value of the header. If the value is a complex type, then
the serialization class that converts between the XML and Java representation
must be registered in the type mapping.Object get(QName name)
name
- name of the header
Object remove(QName name)
name
- name of the header to be removed
Iterator names()
void clear()
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |