diff --git a/core/src/main/java/org/springframework/ws/pox/context/PoxMessageContext.java b/core/src/main/java/org/springframework/ws/pox/context/PoxMessageContext.java deleted file mode 100644 index 658965dd..00000000 --- a/core/src/main/java/org/springframework/ws/pox/context/PoxMessageContext.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * Copyright 2006 the original author or authors. - * - * 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.springframework.ws.pox.context; - -import org.springframework.ws.context.MessageContext; -import org.springframework.ws.pox.PoxMessage; - -/** - * Plain Old Xml-specific extension of the MessageContext interface. Contains methods to obtain - * PoxMessages instead of WebServiceMessages. - * - * @author Arjen Poutsma - */ -public interface PoxMessageContext extends MessageContext { - - /** - * Returns the request POX message. - * - * @return the request message - */ - PoxMessage getPoxRequest(); - - /** - * Returns the response message, if created. Returns null if no response message was created so far. - * - * @return the response message, or null if none was created - * @see #hasResponse() - */ - PoxMessage getPoxResponse(); - -} diff --git a/core/src/main/java/org/springframework/ws/pox/context/package.html b/core/src/main/java/org/springframework/ws/pox/context/package.html deleted file mode 100644 index 3b4c1eaf..00000000 --- a/core/src/main/java/org/springframework/ws/pox/context/package.html +++ /dev/null @@ -1,5 +0,0 @@ - - -Contains the PoxMessageContext interface. - - \ No newline at end of file