| This method translates a
Policy into a
com.sun.xml.ws.policy.sourcemodel policy infoset . The resulting
PolicySourceModel is disconnected from the input policy, thus any
additional changes in the policy will have no effect on the PolicySourceModel.
Parameters: policy - The policy to be translated into an infoset. May be null. translated The policy infoset. May be null if the input policy wasnull. throws: PolicyException - in case Policy translation fails. |