| org.apache.cxf.ws.policy.PolicyBuilder
PolicyBuilder | public interface PolicyBuilder (Code) | | PolicyBuilder provides methods to create Policy and PolicyReferenceObjects
from DOM elements.
|
getPolicy | Policy getPolicy(Element element)(Code) | | Creates a Policy object from an DOM element.
Parameters: element - the element the Policy object constructed from the element |
getPolicyReference | PolicyReference getPolicyReference(Element element)(Code) | | Creates a PolicyReference object from a DOM element.
Parameters: element - the element the PolicyReference object constructed from the element |
|
|