src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/SEIModel.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -141,11 +141,11 @@
      * @return wsdl location uri - always non-null
      */
     @NotNull String getWSDLLocation();
 
     /**
-     * wsdl:service qualified name for the port associated with the {@link SEIModel)
+     * wsdl:service qualified name for the port associated with the {@link SEIModel}
      *
      * @return wsdl:service@name value - always non-null
      */
     @NotNull QName getServiceQName();
 

@@ -153,18 +153,18 @@
      * Gets the {@link WSDLPort} that represents the port that this SEI binds to.
      */
     @NotNull WSDLPort getPort();
 
     /**
-     * Value of the wsdl:port name associated with the {@link SEIModel)
+     * Value of the wsdl:port name associated with the {@link SEIModel}
      *
      * @return wsdl:service/wsdl:port@name value, always non-null
      */
     @NotNull QName getPortName();
 
     /**
-     * Value of wsdl:portType bound to the port associated with the {@link SEIModel)
+     * Value of wsdl:portType bound to the port associated with the {@link SEIModel}
      *
      * @return
      */
     @NotNull QName getPortTypeName();
 

@@ -172,9 +172,9 @@
      *  Gives the wsdl:binding@name value
      */
     @NotNull QName getBoundPortTypeName();
 
     /**
-     * Namespace of the wsd;:port associated with the {@link SEIModel)
+     * Namespace of the wsd;:port associated with the {@link SEIModel}
      */
     @NotNull String getTargetNamespace();
 }