Uses of Class
org.wso2.wsas.persistence.dataobject.EndpointPolicyDO

Packages that use EndpointPolicyDO
org.wso2.wsas.persistence   
org.wso2.wsas.persistence.dao   
 

Uses of EndpointPolicyDO in org.wso2.wsas.persistence
 

Methods in org.wso2.wsas.persistence with parameters of type EndpointPolicyDO
 void PersistenceManager.updateEndpointPolicy(EndpointPolicyDO endpointPolicy)
           
 

Uses of EndpointPolicyDO in org.wso2.wsas.persistence.dao
 

Methods in org.wso2.wsas.persistence.dao with parameters of type EndpointPolicyDO
 void EndpointDAO.updatePolicy(EndpointPolicyDO endpointPolicy)