src/share/jaxws_classes/com/sun/xml/internal/ws/assembler/jaxws-tubes-default.xml

Fri, 14 Feb 2014 11:13:45 +0100

author
mkos
date
Fri, 14 Feb 2014 11:13:45 +0100
changeset 515
6cd506508147
parent 0
373ffda63c9a
permissions
-rw-r--r--

8026188: Enhance envelope factory
Summary: Avoiding caching data initialized via TCCL in static context; fix also reviewed by Alexander Fomin
Reviewed-by: ahgross, mgrebac, skoivu

     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!--
     3  Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
     4  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     6  This code is free software; you can redistribute it and/or modify it
     7  under the terms of the GNU General Public License version 2 only, as
     8  published by the Free Software Foundation.  Oracle designates this
     9  particular file as subject to the "Classpath" exception as provided
    10  by Oracle in the LICENSE file that accompanied this code.
    12  This code is distributed in the hope that it will be useful, but WITHOUT
    13  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    14  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    15  version 2 for more details (a copy is included in the LICENSE file that
    16  accompanied this code).
    18  You should have received a copy of the GNU General Public License version
    19  2 along with this work; if not, write to the Free Software Foundation,
    20  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    22  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    23  or visit www.oracle.com if you need additional information or have any
    24  questions.
    25 -->
    27 <!--
    28     Document   : jaxws-tubes-default.xml
    29     Author     : Marek Potociar (marek.potociar at sun.com)
    30     Description: The default JAX-WS tubes configuration file.
    31 -->
    33 <metro xmlns='http://java.sun.com/xml/ns/metro/config' version="1.0">
    34     <tubelines default="#default-metro-tubeline">
    35         <tubeline name="default-metro-tubeline">
    36             <client-side>
    37                 <!--<tube-factory className="com.sun.xml.internal.ws.assembler.jaxws.TerminalTubeFactory" />-->
    38                 <tube-factory className="com.sun.xml.internal.ws.assembler.jaxws.HandlerTubeFactory" />
    39                 <tube-factory className="com.sun.xml.internal.ws.assembler.jaxws.ValidationTubeFactory" />
    40                 <!--<tube-factory className="com.sun.xml.internal.ws.assembler.jaxws.MonitoringTubeFactory" />-->
    41                 <tube-factory className="com.sun.xml.internal.ws.assembler.jaxws.MustUnderstandTubeFactory" />
    42                 <tube-factory className="com.sun.xml.internal.ws.assembler.jaxws.AddressingTubeFactory" />
    43                 <tube-factory className="com.sun.xml.internal.ws.dump.MessageDumpingTubeFactory" />
    44                 <!-- TODO: secrity tube(?) -->
    45                 <tube-factory className="com.sun.xml.internal.ws.assembler.jaxws.BasicTransportTubeFactory" />
    46             </client-side>
    47             <endpoint-side>
    48                 <!-- TODO: secrity tube(?) -->
    49                 <tube-factory className="com.sun.xml.internal.ws.dump.MessageDumpingTubeFactory" />
    50                 <tube-factory className="com.sun.xml.internal.ws.assembler.jaxws.AddressingTubeFactory" />
    51                 <tube-factory className="com.sun.xml.internal.ws.assembler.jaxws.MustUnderstandTubeFactory" />
    52                 <tube-factory className="com.sun.xml.internal.ws.assembler.jaxws.MonitoringTubeFactory" />
    53                 <tube-factory className="com.sun.xml.internal.ws.assembler.jaxws.HandlerTubeFactory" />
    54                 <tube-factory className="com.sun.xml.internal.ws.assembler.jaxws.ValidationTubeFactory" />
    55                 <tube-factory className="com.sun.xml.internal.ws.assembler.jaxws.TerminalTubeFactory" />
    56             </endpoint-side>
    57         </tubeline>
    58     </tubelines>
    59 </metro>

mercurial