Author: dims
Date: Mon Feb 14 08:17:06 2005
New Revision: 153801
URL: http://svn.apache.org/viewcvs?view=rev&rev=153801
Log:
forgot the new file
Added:
webservices/ews/trunk/src/org/apache/geronimo/ews/ws4j2ee/wsutils/ContextAccessible.java
(with props)
Added:
webservices/ews/trunk/src/org/apache/geronimo/ews/ws4j2ee/wsutils/ContextAccessible.java
URL:
http://svn.apache.org/viewcvs/webservices/ews/trunk/src/org/apache/geronimo/ews/ws4j2ee/wsutils/ContextAccessible.java?view=auto&rev=153801
==============================================================================
---
webservices/ews/trunk/src/org/apache/geronimo/ews/ws4j2ee/wsutils/ContextAccessible.java
(added)
+++
webservices/ews/trunk/src/org/apache/geronimo/ews/ws4j2ee/wsutils/ContextAccessible.java
Mon Feb 14 08:17:06 2005
@@ -0,0 +1,26 @@
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * 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.geronimo.ews.ws4j2ee.wsutils;
+
+import org.apache.axis.MessageContext;
+
+/**
+ * @author Srinath Perera([EMAIL PROTECTED])
+ */
+public interface ContextAccessible {
+ public void setMessageContext(MessageContext context);
+}
Propchange:
webservices/ews/trunk/src/org/apache/geronimo/ews/ws4j2ee/wsutils/ContextAccessible.java
------------------------------------------------------------------------------
svn:eol-style = native
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]