|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.headers.Header org.apache.cxf.binding.soap.SoapHeader
public class SoapHeader
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.cxf.headers.Header |
---|
Header.Direction |
Field Summary |
---|
Fields inherited from class org.apache.cxf.headers.Header |
---|
HEADER_LIST |
Constructor Summary | |
---|---|
SoapHeader(QName q,
Object o)
|
|
SoapHeader(QName q,
Object o,
DataBinding b)
|
Method Summary | |
---|---|
String |
getActor()
|
boolean |
isMustUnderstand()
|
void |
setActor(String actor)
|
void |
setMustUnderstand(boolean mustUnderstand)
|
Methods inherited from class org.apache.cxf.headers.Header |
---|
getDataBinding, getDirection, getName, getObject, setDataBinding, setDirection, setName, setObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SoapHeader(QName q, Object o)
public SoapHeader(QName q, Object o, DataBinding b)
Method Detail |
---|
public String getActor()
public void setActor(String actor)
public boolean isMustUnderstand()
public void setMustUnderstand(boolean mustUnderstand)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |