Package com.sun.enterprise.webservice.monitoring

Examples of com.sun.enterprise.webservice.monitoring.TransportType


    private void setTransportType(FilterContext ctx,
            com.sun.appserv.management.ext.wsmgmt.MessageTraceImpl trace) {

        TransportInfo ti = ctx.getTransportInfo();
        if (ti != null) {
            TransportType type = ti.getTransportType();
            trace.setTransportType( type.name() );
        }
    }
View Full Code Here

TOP

Related Classes of com.sun.enterprise.webservice.monitoring.TransportType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.