Class MDQConstants
- java.lang.Object
-
- org.apache.axis2.jaxws.description.builder.MDQConstants
-
public class MDQConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBINDING_PROPS_MAPstatic StringCLIENT_SEI_CLASSstatic StringCLIENT_SERVICE_CLASSstatic StringCONSTRUCTOR_METHODstatic StringHANDLER_CHAIN_DECLARING_CLASSstatic StringOBJECT_CLASS_NAMEstatic StringPROVIDER_DATASOURCEstatic StringPROVIDER_OMELEMENTstatic StringPROVIDER_SOAPstatic StringPROVIDER_SOURCEstatic StringPROVIDER_STRINGstatic StringRETURN_TYPE_FUTUREstatic StringRETURN_TYPE_RESPONSEstatic StringSCHEMA_DOCSstatic StringSEI_FEATURES_MAPSets the Web Service Features (as Annotation instances) for specific ports under a service on the client side.static StringSEI_MTOM_ENABLEMENT_MAPDeprecated.Replaced by SEI_FEATURES_MAP with a MTOMAnnot to indicate if MTOM is enabled.static StringSERVICE_CLASSstatic StringSERVICE_REF_NAMEProperty indicating a Service Reference name.static StringSHARE_DYNAMIC_PORTS_ACROSS_SERVICESContext 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.static StringSOAP_HTTP_BINDINGstatic StringSOAP11JMS_BINDINGstatic StringSOAP11JMS_MTOM_BINDINGstatic StringSOAP12JMS_BINDINGstatic StringSOAP12JMS_MTOM_BINDINGstatic StringSUN_WEB_METHOD_BEHAVIOR_CHANGE_VERSIONstatic StringUSE_GENERATED_WSDLstatic StringUSE_LEGACY_WEB_METHOD_RULESstatic StringUSE_LEGACY_WEB_METHOD_RULES_SUNstatic StringUSE_MANIFEST_LEGACY_WEB_METHOD_RULESstatic StringUSE_POST_WEB_METHOD_RULESstatic StringUSED_ANNOTATIONS_ONLYstatic StringWSDL_COMPOSITEstatic StringWSDL_DEFINITIONstatic StringWSDL_FILE_NAMEstatic StringWSDL_LOCATIONstatic StringWSDL_PORTstatic StringWSDL_PORTTYPE_NAMEstatic StringWSDL_SERVICE_QNAME
-
Constructor Summary
Constructors Constructor Description MDQConstants()
-
-
-
Field Detail
-
WSDL_SERVICE_QNAME
public static final String WSDL_SERVICE_QNAME
- See Also:
- Constant Field Values
-
WSDL_PORT
public static final String WSDL_PORT
- See Also:
- Constant Field Values
-
WSDL_DEFINITION
public static final String WSDL_DEFINITION
- See Also:
- Constant Field Values
-
WSDL_LOCATION
public static final String WSDL_LOCATION
- See Also:
- Constant Field Values
-
SERVICE_CLASS
public static final String SERVICE_CLASS
- See Also:
- Constant Field Values
-
WSDL_PORTTYPE_NAME
public static final String WSDL_PORTTYPE_NAME
- See Also:
- Constant Field Values
-
USE_GENERATED_WSDL
public static final String USE_GENERATED_WSDL
- See Also:
- Constant Field Values
-
USED_ANNOTATIONS_ONLY
public static final String USED_ANNOTATIONS_ONLY
- See Also:
- Constant Field Values
-
OBJECT_CLASS_NAME
public static final String OBJECT_CLASS_NAME
- See Also:
- Constant Field Values
-
PROVIDER_SOURCE
public static final String PROVIDER_SOURCE
- See Also:
- Constant Field Values
-
PROVIDER_SOAP
public static final String PROVIDER_SOAP
- See Also:
- Constant Field Values
-
PROVIDER_DATASOURCE
public static final String PROVIDER_DATASOURCE
- See Also:
- Constant Field Values
-
PROVIDER_STRING
public static final String PROVIDER_STRING
- See Also:
- Constant Field Values
-
PROVIDER_OMELEMENT
public static final String PROVIDER_OMELEMENT
- See Also:
- Constant Field Values
-
WSDL_FILE_NAME
public static final String WSDL_FILE_NAME
- See Also:
- Constant Field Values
-
SCHEMA_DOCS
public static final String SCHEMA_DOCS
- See Also:
- Constant Field Values
-
WSDL_COMPOSITE
public static final String WSDL_COMPOSITE
- See Also:
- Constant Field Values
-
CONSTRUCTOR_METHOD
public static final String CONSTRUCTOR_METHOD
- See Also:
- Constant Field Values
-
RETURN_TYPE_FUTURE
public static final String RETURN_TYPE_FUTURE
- See Also:
- Constant Field Values
-
RETURN_TYPE_RESPONSE
public static final String RETURN_TYPE_RESPONSE
- See Also:
- Constant Field Values
-
CLIENT_SERVICE_CLASS
public static final String CLIENT_SERVICE_CLASS
- See Also:
- Constant Field Values
-
CLIENT_SEI_CLASS
public static final String CLIENT_SEI_CLASS
- See Also:
- Constant Field Values
-
HANDLER_CHAIN_DECLARING_CLASS
public static final String HANDLER_CHAIN_DECLARING_CLASS
- See Also:
- Constant Field Values
-
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
-
BINDING_PROPS_MAP
public static final String BINDING_PROPS_MAP
- 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
-
SOAP11JMS_BINDING
public static final String SOAP11JMS_BINDING
- See Also:
- Constant Field Values
-
SOAP12JMS_BINDING
public static final String SOAP12JMS_BINDING
- See Also:
- Constant Field Values
-
SOAP11JMS_MTOM_BINDING
public static final String SOAP11JMS_MTOM_BINDING
- See Also:
- Constant Field Values
-
SOAP12JMS_MTOM_BINDING
public static final String SOAP12JMS_MTOM_BINDING
- See Also:
- Constant Field Values
-
SOAP_HTTP_BINDING
public static final String SOAP_HTTP_BINDING
- See Also:
- Constant Field Values
-
USE_LEGACY_WEB_METHOD_RULES_SUN
public static final String USE_LEGACY_WEB_METHOD_RULES_SUN
- See Also:
- Constant Field Values
-
USE_LEGACY_WEB_METHOD_RULES
public static final String USE_LEGACY_WEB_METHOD_RULES
- 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
-
USE_POST_WEB_METHOD_RULES
public static final String USE_POST_WEB_METHOD_RULES
- 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
-
-