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 Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
securityRealmName
protected String securityRealmName
realmName
protected String realmName
transportGuarantee
protected TransportGuaranteeType transportGuarantee
authMethod
protected AuthMethodType authMethod
WebServiceBindingType.WebServiceSecurityType
public WebServiceBindingType.WebServiceSecurityType()
WebServiceBindingType.WebServiceSecurityType
public WebServiceBindingType.WebServiceSecurityType(WebServiceSecurityType s)
getSecurityRealmName
public String getSecurityRealmName()
setSecurityRealmName
public void setSecurityRealmName(String value)
getRealmName
public String getRealmName()
setRealmName
public void setRealmName(String value)
getTransportGuarantee
public TransportGuaranteeType getTransportGuarantee()
setTransportGuarantee
public void setTransportGuarantee(TransportGuaranteeType value)
getAuthMethod
public AuthMethodType getAuthMethod()
setAuthMethod
public void setAuthMethod(AuthMethodType value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.