Author: jkaputin
Date: Tue Nov  8 02:24:18 2005
New Revision: 331773

URL: http://svn.apache.org/viewcvs?rev=331773&view=rev
Log:
Renamed BindingOperationMessageElement to 

BindingMessageReferenceElement to maintain consistency

with the Interface equivalent.

Added:
    
incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingMessageReferenceElement.java
      - copied, changed from r328929, 
incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingOperationMessageElement.java
Removed:
    
incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingOperationMessageElement.java

Copied: 
incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingMessageReferenceElement.java
 (from r328929, 
incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingOperationMessageElement.java)
URL: 
http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingMessageReferenceElement.java?p2=incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingMessageReferenceElement.java&p1=incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingOperationMessageElement.java&r1=328929&r2=331773&rev=331773&view=diff
==============================================================================
--- 
incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingOperationMessageElement.java
 (original)
+++ 
incubator/woden/java/src/org/apache/woden/wsdl20/xml/BindingMessageReferenceElement.java
 Tue Nov  8 02:24:18 2005
@@ -1,17 +1,26 @@
-/*

- * Created on 27-Oct-2005

+/**

+ * Copyright 2005 Apache Software Foundation 

  *

- * TODO To change the template for this generated file go to

- * Window - Preferences - Java - Code Style - Code Templates

+ * 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.apache.woden.wsdl20.xml;

 

 /**

- * @author kaputin

- *

- * TODO To change the template for this generated type comment go to

- * Window - Preferences - Java - Code Style - Code Templates

+ * This interface represents the <input> and <output> 

+ * child elements of binding operation. 

+ * 

+ * @author [EMAIL PROTECTED]

  */

-public interface BindingOperationMessageElement {

+public interface BindingMessageReferenceElement {

 

 }




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to