Author: jliu
Date: Sun Nov 25 16:46:13 2007
New Revision: 598098
URL: http://svn.apache.org/viewvc?rev=598098&view=rev
Log:
Fixed a type. Thanks Glen!
Modified:
incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties
Modified:
incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties?rev=598098&r1=598097&r2=598098&view=diff
==============================================================================
---
incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties
(original)
+++
incubator/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/Messages.properties
Sun Nov 25 16:46:13 2007
@@ -50,6 +50,6 @@
SEI_NO_WEBSERVICE_ANNOTATION = Service endpoint interface class {0} does not
have a javax.jws.WebService annotation.
COULD_NOT_LOAD_CLASS = Unable to load the class {0}.
-ENDPOINT_NOT_PUBLISHED = Endpoing has not been published yet.
+ENDPOINT_NOT_PUBLISHED = Endpoint has not been published yet.
ENDPOINTREFERENCE_TYPE_NOT_SUPPORTED = Class type {0} is not a subclass of
EndpointReference or the Endpoint implementation does not support
EndpointReferences of this type.
GET_ENDPOINTREFERENCE_UNSUPPORTED_BINDING = getEndpointReference is not
supported if the binding is not SOAP 1.1/HTTP or SOAP 1.2/HTTP.