Package | Description |
---|---|
org.apache.ws.axis.security |
Provides classes and interfaces that implement WSS4J Axis handlers.
|
org.apache.ws.axis.security.handler | |
org.apache.ws.security.action | |
org.apache.ws.security.handler |
Modifier and Type | Class and Description |
---|---|
class |
WSDoAllReceiver |
class |
WSDoAllSender |
Modifier and Type | Class and Description |
---|---|
class |
WSDoAllHandler
WSDoAllHandler is a utility class which implements simple
property setting/getting behavior, and stubs out a lot of the Handler
methods. |
Modifier and Type | Method and Description |
---|---|
void |
SignatureAction.execute(WSHandler handler,
int actionToDo,
org.w3c.dom.Document doc,
RequestData reqData) |
void |
EncryptionAction.execute(WSHandler handler,
int actionToDo,
org.w3c.dom.Document doc,
RequestData reqData) |
void |
TimestampAction.execute(WSHandler handler,
int actionToDo,
org.w3c.dom.Document doc,
RequestData reqData) |
void |
UsernameTokenAction.execute(WSHandler handler,
int actionToDo,
org.w3c.dom.Document doc,
RequestData reqData) |
void |
SignatureConfirmationAction.execute(WSHandler handler,
int actionToDo,
org.w3c.dom.Document doc,
RequestData reqData) |
void |
UsernameTokenSignedAction.execute(WSHandler handler,
int actionToDo,
org.w3c.dom.Document doc,
RequestData reqData) |
void |
Action.execute(WSHandler handler,
int actionToDo,
org.w3c.dom.Document doc,
RequestData reqData) |
Modifier and Type | Class and Description |
---|---|
class |
WSS4JHandler
Merged and converted the the axis handlers WSDoAllReceiver and WSDoAllSender
into a single JAX-RPC Handler.
|
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.