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

changeset 368
0989ad8c0860
parent 286
f50545b5e2f1
child 637
9c07ef4934dd
equal deleted inserted replaced
366:8c0b6bccfe47 368:0989ad8c0860
1 /* 1 /*
2 * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
34 import javax.xml.soap.SOAPConstants; 34 import javax.xml.soap.SOAPConstants;
35 import javax.xml.soap.SOAPException; 35 import javax.xml.soap.SOAPException;
36 import javax.xml.soap.SOAPFactory; 36 import javax.xml.soap.SOAPFactory;
37 import javax.xml.ws.soap.SOAPBinding; 37 import javax.xml.ws.soap.SOAPBinding;
38 38
39 import com.sun.xml.internal.org.jvnet.ws.EnvelopeStyle; 39 import com.oracle.webservices.internal.api.EnvelopeStyle;
40 import com.sun.xml.internal.org.jvnet.ws.EnvelopeStyleFeature; 40 import com.oracle.webservices.internal.api.EnvelopeStyleFeature;
41 41
42 import java.util.Arrays; 42 import java.util.Arrays;
43 import java.util.Collections; 43 import java.util.Collections;
44 import java.util.HashSet; 44 import java.util.HashSet;
45 import java.util.Set; 45 import java.util.Set;

mercurial