|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.wsf.spi.annotation.WebContextImpl
public class WebContextImpl
Represents a WebContext
annotation
and reflects the annotation defult values.
This implementation is used to provide a meta data representation (descriptor overrides) for the jboss EJB3 project.
Constructor Summary | |
---|---|
WebContextImpl()
|
Method Summary | |
---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType()
|
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. |
boolean |
secureWSDLAccess()
A secure endpoint does not secure wsdl access by default. |
void |
setAuthmethod(java.lang.String authmethod)
|
void |
setContextRoot(java.lang.String contextRoot)
|
void |
setSecuredWsdl(boolean securedWsdl)
|
void |
setTransportGuarantee(java.lang.String transportGuarantee)
|
void |
setUrlpattern(java.lang.String urlpattern)
|
void |
setVirtualHosts(java.lang.String[] virtualHosts)
|
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[] |
virtualHosts()
The virtual hosts that the web service endpoint is deployed to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.annotation.Annotation |
---|
equals, hashCode, toString |
Constructor Detail |
---|
public WebContextImpl()
Method Detail |
---|
public java.lang.String contextRoot()
public void setContextRoot(java.lang.String contextRoot)
public java.lang.String[] virtualHosts()
public void setVirtualHosts(java.lang.String[] virtualHosts)
public java.lang.String urlPattern()
public void setUrlpattern(java.lang.String urlpattern)
public java.lang.String authMethod()
public void setAuthmethod(java.lang.String authmethod)
public java.lang.String transportGuarantee()
public void setTransportGuarantee(java.lang.String transportGuarantee)
public boolean secureWSDLAccess()
public void setSecuredWsdl(boolean securedWsdl)
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType
in interface java.lang.annotation.Annotation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |