[jboss-svn-commits] JBL Code SVN: r14631 - labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/message/body/content.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 27 06:05:59 EDT 2007


Author: mark.little at jboss.com
Date: 2007-08-27 06:05:59 -0400 (Mon, 27 Aug 2007)
New Revision: 14631

Removed:
   labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/message/body/content/OperationBody.java
Log:
Not used.

Deleted: labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/message/body/content/OperationBody.java
===================================================================
--- labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/message/body/content/OperationBody.java	2007-08-27 07:46:45 UTC (rev 14630)
+++ labs/jbossesb/trunk/product/rosetta/src/org/jboss/soa/esb/message/body/content/OperationBody.java	2007-08-27 10:05:59 UTC (rev 14631)
@@ -1,62 +0,0 @@
-package org.jboss.soa.esb.message.body.content;
-
-import java.io.Serializable;
-import java.net.URI;
-import java.util.Enumeration;
-import java.util.Map;
-
-import org.jboss.soa.esb.message.Body;
-import org.jboss.soa.esb.message.body.content.OperationBody;
-import org.jboss.soa.esb.message.body.content.InvalidPayloadException;
-
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2006, JBoss Inc., and others contributors as indicated 
- * by the @authors tag. All rights reserved. 
- * See the copyright.txt in the distribution for a
- * full listing of individual contributors. 
- * This copyrighted material is made available to anyone wishing to use,
- * modify, copy, or redistribute it subject to the terms and conditions
- * of the GNU Lesser General Public License, v. 2.1.
- * This program is distributed in the hope that it will be useful, but WITHOUT A 
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
- * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
- * You should have received a copy of the GNU Lesser General Public License,
- * v.2.1 along with this distribution; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
- * MA  02110-1301, USA.
- * 
- * (C) 2005-2006,
- * @author mark.little at jboss.com
- */
-
-/**
- * This type of Body can be used when you want to convey a more formal
- * opcode/parameter approach to your Messages.
- */
-
-// TODO: complete the implementation!
-
-public interface OperationBody extends Body
-{
-	/**
-	 * Add the type element to the Body.
-	 * 
-	 * @param value
-	 *            the String to add.
-	 */
-
-	public void setOperation (URI opcode, Map<String, Serializable> parameters);
-
-	/**
-	 * Obtain the Text from the Body.
-	 * 
-	 * @return the String.
-	 */
-
-	public Map<String, Serializable> getOperation (URI opcode) throws InvalidPayloadException;
-
-	public Enumeration<URI> operations () throws InvalidPayloadException;
-	
-	public boolean operationIsPresent (URI opcode) throws InvalidPayloadException;
-}
\ No newline at end of file




More information about the jboss-svn-commits mailing list