Author: alessio.soldano(a)jboss.com
Date: 2009-10-05 13:42:17 -0400 (Mon, 05 Oct 2009)
New Revision: 10834
Added:
spi/trunk/src/main/java/org/jboss/wsf/spi/binding/JAXBBindingCustomization.java
Log:
[JBWS-2714] Adding JAXBBindingCustomization to spi
Added: spi/trunk/src/main/java/org/jboss/wsf/spi/binding/JAXBBindingCustomization.java
===================================================================
--- spi/trunk/src/main/java/org/jboss/wsf/spi/binding/JAXBBindingCustomization.java
(rev 0)
+++
spi/trunk/src/main/java/org/jboss/wsf/spi/binding/JAXBBindingCustomization.java 2009-10-05
17:42:17 UTC (rev 10834)
@@ -0,0 +1,36 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY 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 along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
+ */
+package org.jboss.wsf.spi.binding;
+
+import org.jboss.wsf.spi.binding.BindingCustomization;
+
+/**
+ * JAXB customizations.
+ *
+ * @author alessio.soldano(a)jboss.com
+ * @since 05-Oct-2009
+ */
+public abstract class JAXBBindingCustomization extends BindingCustomization
+{
+ private static final long serialVersionUID = 5547146387872057974L;
+
+}
Property changes on:
spi/trunk/src/main/java/org/jboss/wsf/spi/binding/JAXBBindingCustomization.java
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF