org.apache.openejb.jee.oejb2
Class WebServiceBindingType.WebServiceSecurityType
java.lang.Object
org.apache.openejb.jee.oejb2.WebServiceBindingType.WebServiceSecurityType
- Enclosing class:
- WebServiceBindingType
public static class WebServiceBindingType.WebServiceSecurityType
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
securityRealmName
protected java.lang.String securityRealmName
realmName
protected java.lang.String realmName
transportGuarantee
protected TransportGuaranteeType transportGuarantee
authMethod
protected AuthMethodType authMethod
httpMethod
protected java.util.List<java.lang.String> httpMethod
WebServiceBindingType.WebServiceSecurityType
public WebServiceBindingType.WebServiceSecurityType()
WebServiceBindingType.WebServiceSecurityType
public WebServiceBindingType.WebServiceSecurityType(WebServiceSecurityType s)
getSecurityRealmName
public java.lang.String getSecurityRealmName()
setSecurityRealmName
public void setSecurityRealmName(java.lang.String value)
getRealmName
public java.lang.String getRealmName()
setRealmName
public void setRealmName(java.lang.String value)
getTransportGuarantee
public TransportGuaranteeType getTransportGuarantee()
setTransportGuarantee
public void setTransportGuarantee(TransportGuaranteeType value)
getAuthMethod
public AuthMethodType getAuthMethod()
setAuthMethod
public void setAuthMethod(AuthMethodType value)
getHttpMethod
public java.util.List<java.lang.String> getHttpMethod()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.