You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/06/19 18:46:11 UTC

svn commit: r415370 - /incubator/servicemix/trunk/servicemix-soap/src/main/java/org/apache/servicemix/soap/SoapEndpoint.java

Author: gnodet
Date: Mon Jun 19 09:46:10 2006
New Revision: 415370

URL: http://svn.apache.org/viewvc?rev=415370&view=rev
Log:
Add default implementations for new methods on SoapEndpoint (only required to support ws-sec)

Modified:
    incubator/servicemix/trunk/servicemix-soap/src/main/java/org/apache/servicemix/soap/SoapEndpoint.java

Modified: incubator/servicemix/trunk/servicemix-soap/src/main/java/org/apache/servicemix/soap/SoapEndpoint.java
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-soap/src/main/java/org/apache/servicemix/soap/SoapEndpoint.java?rev=415370&r1=415369&r2=415370&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-soap/src/main/java/org/apache/servicemix/soap/SoapEndpoint.java (original)
+++ incubator/servicemix/trunk/servicemix-soap/src/main/java/org/apache/servicemix/soap/SoapEndpoint.java Mon Jun 19 09:46:10 2006
@@ -56,9 +56,13 @@
         policies = Collections.singletonList(new AddressingHandler());
     }
     
-    public abstract AuthenticationService getAuthenticationService();
+    public AuthenticationService getAuthenticationService() {
+        return null;
+    }
     
-    public abstract KeystoreManager getKeystoreManager();
+    public KeystoreManager getKeystoreManager() {
+        return null;
+    }
     
     /**
      * @return the policies