Class MDQConstants


  • public class MDQConstants
    extends Object
    • Field Detail

      • SEI_MTOM_ENABLEMENT_MAP

        public static final String SEI_MTOM_ENABLEMENT_MAP
        Deprecated.
        Replaced by SEI_FEATURES_MAP with a MTOMAnnot to indicate if MTOM is enabled.
        Indicates if MTOM is enabled for specific ports (indexed by the SEI class name) under a service on the client side.
        See Also:
        Constant Field Values
      • SEI_FEATURES_MAP

        public static final String SEI_FEATURES_MAP
        Sets the Web Service Features (as Annotation instances) for specific ports under a service on the client side. The value associated with this property is: Map> Where: String: SEI Class name (i.e. the port name) Annotation: The list of WebServiceFeatures expressed as the corresponding Annotation related to that Port
        See Also:
        Constant Field Values
      • SERVICE_REF_NAME

        public static final String SERVICE_REF_NAME
        Property indicating a Service Reference name. This can be used to differentiate between two occurences of the same WSDL Service, for example to attach different policy configurations to each one.f
        See Also:
        Constant Field Values
      • USE_MANIFEST_LEGACY_WEB_METHOD_RULES

        public static final String USE_MANIFEST_LEGACY_WEB_METHOD_RULES
        See Also:
        Constant Field Values
      • SUN_WEB_METHOD_BEHAVIOR_CHANGE_VERSION

        public static final String SUN_WEB_METHOD_BEHAVIOR_CHANGE_VERSION
        See Also:
        Constant Field Values
      • SHARE_DYNAMIC_PORTS_ACROSS_SERVICES

        public static final String SHARE_DYNAMIC_PORTS_ACROSS_SERVICES
        Context Property: Name: jaxws.share.dynamic.ports.enable Value: String "false" or "true" Default: null, which is interpreted as "false" Can be set on: - Axis Configuration, which indicates that dynamic ports should be shared across services based on a key of (PortQName, BindingId, EndpointAddress) Dynamic ports, which are those created by Service.addPort(...), should only be visible to the instance of the service that did the addPort. However, for backwards compatibility, this flag can be used to enable the sharing of dynamic ports across all services on an AxisConfiguration based on the key (PortQName, BindingId, EndpointAddress). The default setting of this property is null, which is interpreted as "false", which will scope the visibility of dynamic ports to the instance of the service that did the addPort().
        See Also:
        Constant Field Values
    • Constructor Detail

      • MDQConstants

        public MDQConstants()