|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.idoox.wasp.config.ProcessingConfiguration.Header
This class represents header in a SOAP message.
| Field Summary | |
static int |
DIRECTION_IN
Marks given header as to be consumed by header processor. |
static int |
DIRECTION_INOUT
Marks given header as to be consumed and produced by header processor. |
static int |
DIRECTION_OUT
Marks given header as to be produced by header processor. |
| Constructor Summary | |
ProcessingConfiguration.Header()
|
|
| Method Summary | |
java.lang.Class |
getClzz()
Gets name of class which will be used for header's XML schema generation. |
int |
getDirection()
Gets direction os this header. |
QName |
getName()
Gets QName of header. |
QName |
getType()
|
void |
setClzz(java.lang.Class clzz)
Sets name of class which will be used for header's XML schema generation. |
void |
setDirection(int direction)
Sets direction os this header. |
void |
setName(QName name)
Sets QName of header. |
void |
setType(QName type)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int DIRECTION_IN
public static final int DIRECTION_OUT
public static final int DIRECTION_INOUT
| Constructor Detail |
public ProcessingConfiguration.Header()
| Method Detail |
public QName getName()
QName of header.
QName of headerpublic void setName(QName name)
QName of header.
name - QName of headerpublic QName getType()
public void setType(QName type)
public java.lang.Class getClzz()
public void setClzz(java.lang.Class clzz)
clzz - header classpublic int getDirection()
DIRECTION_IN,
DIRECTION_OUT or DIRECTION_INOUT.
public void setDirection(int direction)
DIRECTION_IN,
DIRECTION_OUT or DIRECTION_INOUT.
direction - header direction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||