|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents configuration of outgoing WSSecurity message identified by one or more operation name. This interface
is used by WSSEProviderConf to capture all possible outgoing messages with respect to operation names.
Operation name is the name of Java method. It can be expressed in following ways:
ping, doAction,...). It identifies all methods with this name, but with different signature (i.e., different parameters list).
hello(Ljava.lang.String;)Ljava.lang.String; is String hello(String) method). Signature can be retrieved using javap -s utility). This identifies just one method.
| Method Summary | |
MessageConf |
getMessageConf()
Returns WS-Security configuration for specified operations ( getMethodNames(). |
java.lang.String[] |
getMethodNames()
Returns list of Java method names who share a MessageConf instance. |
MessageConf |
newMessageConf()
Creates new instance of MessageConf usable for setMessageConf(org.systinet.wasp.security.ws.conf.MessageConf). |
void |
setMessageConf(MessageConf wsMessageConf)
Sets WS-Security configuration for specified operations ( getMethodNames(). |
void |
setMethodNames(java.lang.String[] operationNames)
It sets list of method names who share a MessageConf instance. |
| Method Detail |
public java.lang.String[] getMethodNames()
MessageConf instance. If list is empty then
it represents all operation names (i.e., it is default configuration). Method name a name of the SOAP operation
listed in the WSDL of the service.
public void setMethodNames(java.lang.String[] operationNames)
MessageConf instance. If list is empty then
it represents all operation names (i.e., it is default configuration). Method name can be either Method.getName() value
or fully qualified name as returned by javap.
operationNames - list of operation namespublic MessageConf getMessageConf()
getMethodNames().
MessageConf instance representing configuration.public void setMessageConf(MessageConf wsMessageConf)
getMethodNames().
wsMessageConf - WS-Security configrationpublic MessageConf newMessageConf()
MessageConf usable for setMessageConf(org.systinet.wasp.security.ws.conf.MessageConf).
MessageConf
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||