Uses of Class
org.apache.openejb.jee.oejb2.WebServiceSecurityType

Packages that use WebServiceSecurityType
org.apache.openejb.jee.oejb2 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of WebServiceSecurityType in org.apache.openejb.jee.oejb2
 

Fields in org.apache.openejb.jee.oejb2 declared as WebServiceSecurityType
protected  WebServiceSecurityType SessionBeanType.webServiceSecurity
           
 

Methods in org.apache.openejb.jee.oejb2 that return WebServiceSecurityType
 WebServiceSecurityType ObjectFactory.createWebServiceSecurityType()
          Create an instance of WebServiceSecurityType
 WebServiceSecurityType SessionBeanType.getWebServiceSecurity()
          Gets the value of the webServiceSecurity property.
 

Methods in org.apache.openejb.jee.oejb2 with parameters of type WebServiceSecurityType
 void WebServiceBindingType.setWebServiceSecurity(WebServiceSecurityType webServiceSecurity)
           
 void SessionBeanType.setWebServiceSecurity(WebServiceSecurityType value)
          Sets the value of the webServiceSecurity property.
 

Constructors in org.apache.openejb.jee.oejb2 with parameters of type WebServiceSecurityType
WebServiceBindingType.WebServiceSecurityType(WebServiceSecurityType s)
           
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.