public class WebServiceGlobals extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ADD_NAMESPACE_BACKSLASH
If backslash should be appended to all namespaces.
|
static String |
ARRAY_NAME_PREFIX
The prefix given to wrapped style WSDL array types.
|
static String |
ATTRIBUTE_FORM_DEFAULT
XML attributeFormDefault value for package-info.java on XmlSchema stereotype.
|
static String |
CACHE_TYPE
REST: andromda_cache_type
|
static String |
ELEMENT_FORM_DEFAULT
XML elementFormDefault value for package-info.java on XmlSchema stereotype.
|
static String |
HEADER_ABBR
Custom webservice header namespace abbreviation: andromda_header_abbr
|
static String |
HEADER_ELEMENT
Custom webservice header element name reference: andromda_wsdl_header_element
|
static String |
HEADER_NAMESPACE
Custom webservice header namespace URL: andromda_header_namespace
|
static String |
HEADER_PARTNAME
Custom webservice header element partName: andromda_wsdl_header_partName
|
static String |
HEADER_USE
Custom webservice header use literal/encoded: andromda_wsdl_header_use
|
static String |
HEADER_XSD_LOCATION
Custom webservice header xsd location (relative reference): andromda_header_XSDlocation
|
static String |
JAXB_SIMPLE_BINDING_MODE
Overrides the default Jaxb simpleBindingMode for this service in wsdl2java.
|
static String |
JAXB_XJC_ARGUMENTS
Overrides the default Jaxb XJC arguments for this service in wsdl2java.
|
static char |
NAMESPACE_DELIMITER
The namespace delimiter (separates namespaces).
|
static String |
REST
REST: Is this a REST implementation?
|
static String |
REST_CONSUMES
REST: andromda_REST_consumes
|
static String |
REST_CONTEXT
REST: andromda_REST_context
|
static String |
REST_ENCODED
REST: andromda_REST_encoded
|
static String |
REST_HTTP_METHOD
REST: andromda_REST_http_method
|
static String |
REST_PARAM_TYPE
REST: andromda_REST_param_type
|
static String |
REST_PARAMETER_URL
REST: andromda_REST_parameter_URL
|
static String |
REST_PART_TYPE
REST: andromda_REST_part_type
|
static String |
REST_PATH
REST: andromda_REST_path
|
static String |
REST_PATH_PARAM
REST: andromda_REST_path_param
|
static String |
REST_PATH_SEGMENT
REST: andromda_REST_path_segment
|
static String |
REST_PRODUCES
REST: andromda_REST_produces
|
static String |
REST_PROVIDER
REST: andromda_REST_provider
|
static String |
REST_REQUEST_TYPE
REST: andromda_REST_request_type
|
static String |
REST_RETENTION
REST: andromda_REST_retention
|
static String |
REST_ROLES_ALLOWED
REST: andromda_REST_roles_allowed
|
static String |
REST_SUSPEND
REST: andromda_REST_suspend
|
static String |
REST_TARGET
REST: andromda_REST_target
|
static String |
ROLE_NAME
Optionally allows you to define the name of the role (if it needs to be different than the name of the actor that defines the role).
|
static String |
SCHEMA_TYPE_MAPPINGS_URI
Defines the property that stores the location of the schema type mappings URI.
|
static String |
SECURITY_ABBR
Security namespace abbreviation: andromda_security_abbr
|
static String |
SECURITY_ELEMENT
Security element name reference: andromda_wsdl_security_element
|
static String |
SECURITY_NAMESPACE
Security namespace URL: andromda_security_namespace
|
static String |
SECURITY_PARTNAME
Security element partName: andromda_wsdl_security_partName
|
static String |
SECURITY_USE
Security use literal/encoded: andromda_wsdl_security_use
|
static String |
SECURITY_XSD_LOCATION
Security xsd location (relative reference): andromda_security_XSDlocation
|
static String |
STEREOTYPE_WEBSERVICE_HEADER
Set customized WebService Header in wsdl definition and service implementation.
|
static String |
STEREOTYPE_WEBSERVICE_SECURITY
Set WebService Security in wsdl definition and service implementation.
|
static String |
STEREOTYPE_XML_ATTRIBUTE
Overrides the default attribute/element output for this element.
|
static String |
STEREOTYPE_XML_ELEMENT
Overrides the default attribute/element output for this element.
|
static String |
USE_ENUM_VALUE_IN_XSD
Use human readable mixed-case enumeration literal values in XSD, instead of literal key.
|
static String |
WEB_SERVICE_NAME
Service can be exposed with a different service operation name, allowing overloaded service methods.
|
static String |
WEB_SERVICE_PARAMETER_STYLE
Defines the parameter style of the web service to be generated (i.e.
|
static String |
WEB_SERVICE_PROVIDER
The provider to use for the service, by default is
RPC which will use a plain java object as the provider. |
static String |
WEB_SERVICE_STYLE
Defines the style of the web service to be generated (i.e.
|
static String |
WEB_SERVICE_USE
The use of the service to be generated (i.e.
|
static String |
WEB_WSDL_SOAP_ADDRESS
The WSDL SOAP Address to use for the service, by default is
$webserviceHost:$webservicePort/$webContext/services |
static String |
XML_ADAPTER
Supplies type value for @XmlAdapter Jaxb annotation for attribute or element.
|
static String |
XML_NAME
XML attribute/element name, overrides default attribute/parameter name.
|
static String |
XML_NAMESPACE
XML package namespace, overrides default reversed package name.
|
static String |
XML_SCHEMA_VALIDATION
Validate the incoming web service XML against the service wsdl/xsd schema.
|
static String |
XML_TRANSIENT
Prevents the mapping of a Java type to XML.
|
static String |
XML_TYPE
Overrides the default schema type for this property or parameter.
|
static String |
XML_XMLNS
XML package namespace abbreviation, overrides default sequentially numbered nsX.
|
static String |
XSD_NAMESPACE_PREFIX
The prefix for the XSD namespace.
|
| Constructor and Description |
|---|
WebServiceGlobals() |
public static final String XSD_NAMESPACE_PREFIX
public static final String SCHEMA_TYPE_MAPPINGS_URI
public static final String ARRAY_NAME_PREFIX
public static final char NAMESPACE_DELIMITER
public static final String ADD_NAMESPACE_BACKSLASH
public static final String USE_ENUM_VALUE_IN_XSD
public static final String WEB_SERVICE_STYLE
public static final String WEB_SERVICE_PARAMETER_STYLE
public static final String WEB_SERVICE_USE
public static final String WEB_SERVICE_PROVIDER
RPC which will use a plain java object as the provider. Another value
that can be specified is EJB, if this is specified, then its expected that either the EJB or Hibernate cartridge is
being used with this cartridge. Use JAX-WS for jaxws or cxf.public static final String WEB_SERVICE_NAME
public static final String WEB_WSDL_SOAP_ADDRESS
$webserviceHost:$webservicePort/$webContext/servicespublic static final String ROLE_NAME
public static final String ATTRIBUTE_FORM_DEFAULT
public static final String ELEMENT_FORM_DEFAULT
public static final String XML_SCHEMA_VALIDATION
public static final String XML_NAMESPACE
public static final String XML_XMLNS
public static final String XML_NAME
public static final String XML_ADAPTER
public static final String XML_TRANSIENT
public static final String XML_TYPE
public static final String JAXB_SIMPLE_BINDING_MODE
public static final String JAXB_XJC_ARGUMENTS
public static final String REST
public static final String CACHE_TYPE
public static final String REST_CONSUMES
public static final String REST_CONTEXT
public static final String REST_HTTP_METHOD
public static final String REST_PATH
public static final String REST_PRODUCES
public static final String REST_PROVIDER
public static final String REST_REQUEST_TYPE
public static final String REST_RETENTION
public static final String REST_TARGET
public static final String REST_ENCODED
public static final String REST_PART_TYPE
public static final String REST_ROLES_ALLOWED
public static final String REST_SUSPEND
public static final String REST_PARAMETER_URL
public static final String REST_PARAM_TYPE
public static final String REST_PATH_PARAM
public static final String REST_PATH_SEGMENT
public static final String STEREOTYPE_XML_ATTRIBUTE
public static final String STEREOTYPE_XML_ELEMENT
public static final String STEREOTYPE_WEBSERVICE_SECURITY
public static final String SECURITY_ABBR
public static final String SECURITY_NAMESPACE
public static final String SECURITY_XSD_LOCATION
public static final String SECURITY_PARTNAME
public static final String SECURITY_ELEMENT
public static final String SECURITY_USE
public static final String STEREOTYPE_WEBSERVICE_HEADER
public static final String HEADER_ABBR
public static final String HEADER_NAMESPACE
public static final String HEADER_XSD_LOCATION
public static final String HEADER_PARTNAME
public static final String HEADER_ELEMENT
public static final String HEADER_USE
public WebServiceGlobals()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.