Changeset 4099
- Timestamp:
- 04/08/08 16:55:49 (13 years ago)
- Location:
- TI12-security/trunk/java/axis2/xmlbWsseEchoClient/src/wssecurity/test/security/ndg
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/java/axis2/xmlbWsseEchoClient/src/wssecurity/test/security/ndg/EchoClientADB.java
r4094 r4099 9 9 import org.apache.axis2.context.ConfigurationContextFactory; 10 10 11 /** 12 * A java client demonstrating use of Axis Data Bindings to access the service 13 * 14 * @author Calum Byrom, Tessella 15 * @date 04/08/08 16 */ 11 17 public class EchoClientADB 12 18 { … … 16 22 { 17 23 String configDir = "/home/users/cbyrom/eclipseWorkspace/TI12-security-java/axis2/xmlbWsseEchoClient"; 18 // String configDir = "C:/users/byrc/5509/eclipseWorkspace/ServiceClient/";19 24 ConfigurationContext ctx = 20 25 ConfigurationContextFactory. … … 29 34 catch(Exception e) 30 35 { 36 System.out.println("Something bad happened:"); 31 37 e.printStackTrace(); 32 System.err.println("\n\n\n");33 38 } 34 39 } -
TI12-security/trunk/java/axis2/xmlbWsseEchoClient/src/wssecurity/test/security/ndg/EchoClientProgrammatical.java
r4094 r4099 1 /*2 * A java client demonstrating setting of ws security config programmatically3 *4 * @author Calum Byrom, Tessella5 * @date 04/08/086 */7 1 package wssecurity.test.security.ndg; 8 2 … … 21 15 import org.apache.rampart.handler.config.OutflowConfiguration; 22 16 17 /** 18 * A java client demonstrating setting of ws security config programmatically 19 * 20 * @author Calum Byrom, Tessella 21 * @date 04/08/08 22 */ 23 23 public class EchoClientProgrammatical { 24 24 -
TI12-security/trunk/java/axis2/xmlbWsseEchoClient/src/wssecurity/test/security/ndg/XmlBwsseEchoClient.java
r4091 r4099 6 6 import org.apache.axis2.context.ConfigurationContextFactory; 7 7 8 /** 9 * A java client demonstrating use of xmlbeans data bindings to access the service 10 * 11 * @author Calum Byrom, Tessella 12 * @date 04/08/08 13 */ 8 14 public class XmlBwsseEchoClient { 9 15
Note: See TracChangeset
for help on using the changeset viewer.