org.apache.ws.security.policy.model
Class SignedEncryptedParts

java.lang.Object
  extended byorg.apache.ws.security.policy.model.PolicyEngineData
      extended byorg.apache.ws.security.policy.model.SignedEncryptedParts

public class SignedEncryptedParts
extends PolicyEngineData


Constructor Summary
SignedEncryptedParts(boolean signedParts)
           
 
Method Summary
 void addHeader(Header header)
           
 java.util.ArrayList getHeaders()
           
 boolean isBody()
           
 boolean isSignedParts()
           
 void setBody(boolean body)
           
 
Methods inherited from class org.apache.ws.security.policy.model.PolicyEngineData
copy, initializeWithDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignedEncryptedParts

public SignedEncryptedParts(boolean signedParts)
Method Detail

isBody

public boolean isBody()
Returns:
Returns the body.

setBody

public void setBody(boolean body)
Parameters:
body - The body to set.

getHeaders

public java.util.ArrayList getHeaders()
Returns:
Returns the headers.

addHeader

public void addHeader(Header header)

isSignedParts

public boolean isSignedParts()
Returns:
Returns the signedParts.


Copyright © 2004-2008 Apache Web Services. All Rights Reserved.