File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
core/src/main/java/org/springframework/ws/soap/addressing/core Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1616
1717package org .springframework .ws .soap .addressing .core ;
1818
19+ import java .io .Serializable ;
1920import java .net .URI ;
2021import java .util .Collections ;
2122import java .util .List ;
3132 * @see <a href="http://www.w3.org/TR/ws-addr-core/#eprs">Endpoint References</a>
3233 * @since 1.5.0
3334 */
34- public final class EndpointReference {
35+ public final class EndpointReference implements Serializable {
36+
37+ private static final long serialVersionUID = 8999416009328865260L ;
3538
3639 private final URI address ;
3740
Original file line number Diff line number Diff line change 1616
1717package org .springframework .ws .soap .addressing .core ;
1818
19+ import java .io .Serializable ;
1920import java .net .URI ;
2021import java .util .Collections ;
2122import java .util .List ;
2930 * @see <a href="http://www.w3.org/TR/ws-addr-core/#msgaddrprops">Message Addressing Properties</a>
3031 * @since 1.5.0
3132 */
32- public final class MessageAddressingProperties {
33+ public final class MessageAddressingProperties implements Serializable {
34+
35+ private static final long serialVersionUID = -6980663311446506672L ;
3336
3437 private final URI to ;
3538
You can’t perform that action at this time.
0 commit comments