werner      2005/05/21 13:40:39

  Modified:    wss4j/src/org/apache/ws/axis/security WSDoAllReceiver.java
                        WSDoAllSender.java
  Log:
  Small code cleanup to slove problems reported in JIRA
  
  Revision  Changes    Path
  1.24      +1 -1      
ws-fx/wss4j/src/org/apache/ws/axis/security/WSDoAllReceiver.java
  
  Index: WSDoAllReceiver.java
  ===================================================================
  RCS file: 
/home/cvs/ws-fx/wss4j/src/org/apache/ws/axis/security/WSDoAllReceiver.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- WSDoAllReceiver.java      23 Nov 2004 17:46:05 -0000      1.23
  +++ WSDoAllReceiver.java      21 May 2005 20:40:39 -0000      1.24
  @@ -18,7 +18,7 @@
   package org.apache.ws.axis.security;
   
   /**
  - * @author Werner Dittmann ([EMAIL PROTECTED])
  + * @author Werner Dittmann ([EMAIL PROTECTED])
    *
    */
   
  
  
  
  1.32      +3 -4      
ws-fx/wss4j/src/org/apache/ws/axis/security/WSDoAllSender.java
  
  Index: WSDoAllSender.java
  ===================================================================
  RCS file: 
/home/cvs/ws-fx/wss4j/src/org/apache/ws/axis/security/WSDoAllSender.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- WSDoAllSender.java        21 May 2005 20:11:44 -0000      1.31
  +++ WSDoAllSender.java        21 May 2005 20:40:39 -0000      1.32
  @@ -52,7 +52,6 @@
   
   import javax.security.auth.callback.Callback;
   import javax.security.auth.callback.CallbackHandler;
  -import javax.xml.rpc.JAXRPCException;
   
   import java.io.ByteArrayOutputStream;
   import java.io.UnsupportedEncodingException;
  @@ -78,7 +77,7 @@
        * 
        * @author wdi
        */
  -    private class RequestData {
  +    protected class RequestData {
           MessageContext msgContext = null;
   
           boolean noSerialization = false;
  @@ -174,7 +173,7 @@
                                                
.getProperty(WSHandlerConstants.ACTION);
                        }
                        if (action == null) {
  -                             throw new AxisFault("WSDoAllReceiver: No action 
defined");
  +                             throw new AxisFault("WSDoAllSender: No action 
defined");
                        }
                        int doAction = AxisUtil.decodeAction(action, actions);
                        if (doAction == WSConstants.NO_SECURITY) {
  @@ -664,7 +663,7 @@
           return crypto;
       }
   
  -    protected SAMLIssuer loadSamlIssuer(RequestData reqData) throws 
JAXRPCException{
  +    protected SAMLIssuer loadSamlIssuer(RequestData reqData) {
           String samlPropFile = null;
           
           if ((samlPropFile =
  
  
  

Reply via email to