@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface WebContext
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
authMethod
The authMethod is used to configure the authentication mechanism for the web service.
|
java.lang.String |
contextRoot
The contextRoot element specifies the context root that the web service endpoint is deployed to.
|
java.lang.String |
realmName
Description of the resource being accessed
|
boolean |
secureWSDLAccess
A secure endpoint does not secure wsdl access by default.
|
java.lang.String |
transportGuarantee
The transportGuarantee specifies that the communication
between client and server should be NONE, INTEGRAL, or
CONFIDENTIAL.
|
java.lang.String |
urlPattern
Relative path that is appended to the contextRoot to form fully qualified
endpoint address for the web service endpoint.
|
java.lang.String |
virtualHost
The virtual host that the web service endpoint is deployed to.
|
public abstract java.lang.String contextRoot
public abstract java.lang.String virtualHost
public abstract java.lang.String urlPattern
public abstract java.lang.String authMethod
AuthMethodpublic abstract java.lang.String transportGuarantee
TransportGuarantee