org.apache.ws.policy.util
Interface PolicyWriter
- All Known Implementing Classes:
- StAXPolicyWriter
- public interface PolicyWriter
PolicyWriter is an interface which all PolicyWriters must implement. It
defines a single method which writes a policy to an OutputStream.
Method Summary |
void |
writePolicy(Policy policy,
java.io.OutputStream outputStream)
Writes a Policy object to an OutputStream. |
writePolicy
public void writePolicy(Policy policy,
java.io.OutputStream outputStream)
- Writes a Policy object to an OutputStream.
- Parameters:
policy
- the Policy object to writeoutputStream
- the OutputStream to which the Policy obect should be written
Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.