Title: [977] trunk/components/base/src/main/java/org/servicemix/components/http: Clean HttpSoap classes
- Revision
- 977
- Author
- gnt
- Date
- 2005-11-30 15:15:47 -0500 (Wed, 30 Nov 2005)
Log Message
Clean HttpSoap classes
Modified Paths
Diff
Modified: trunk/components/base/src/main/java/org/servicemix/components/http/HttpSoapInOutBinding.java (976 => 977)
--- trunk/components/base/src/main/java/org/servicemix/components/http/HttpSoapInOutBinding.java 2005-11-30 18:46:50 UTC (rev 976)
+++ trunk/components/base/src/main/java/org/servicemix/components/http/HttpSoapInOutBinding.java 2005-11-30 20:15:47 UTC (rev 977)
@@ -37,7 +37,6 @@
import org.codehaus.xfire.DefaultXFire;
import org.codehaus.xfire.MessageContext;
import org.codehaus.xfire.XFire;
-import org.codehaus.xfire.XFireFactory;
import org.codehaus.xfire.aegis.AegisBindingProvider;
import org.codehaus.xfire.attachments.Attachment;
import org.codehaus.xfire.attachments.Attachments;
Modified: trunk/components/base/src/main/java/org/servicemix/components/http/HttpSoapInvoker.java (976 => 977)
--- trunk/components/base/src/main/java/org/servicemix/components/http/HttpSoapInvoker.java 2005-11-30 18:46:50 UTC (rev 976)
+++ trunk/components/base/src/main/java/org/servicemix/components/http/HttpSoapInvoker.java 2005-11-30 20:15:47 UTC (rev 977)
@@ -1,3 +1,20 @@
+/**
+ *
+ * Copyright 2005 LogicBlaze, Inc. http://www.logicblaze.com
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ **/
package org.servicemix.components.http;
public class HttpSoapInvoker extends HttpInvoker {