org.apache.wss4j.policy.builders
Class SignedPartsBuilder

java.lang.Object
  extended by org.apache.wss4j.policy.builders.RequiredPartsBuilder
      extended by org.apache.wss4j.policy.builders.SignedPartsBuilder
All Implemented Interfaces:
org.apache.neethi.builders.AssertionBuilder<Element>
Direct Known Subclasses:
EncryptedPartsBuilder

public class SignedPartsBuilder
extends RequiredPartsBuilder


Constructor Summary
SignedPartsBuilder()
           
 
Method Summary
 org.apache.neethi.Assertion build(Element element, org.apache.neethi.AssertionBuilderFactory factory)
           
protected  Attachments getAttachments(Element element, SPConstants.SPVersion spVersion)
           
 QName[] getKnownElements()
           
 
Methods inherited from class org.apache.wss4j.policy.builders.RequiredPartsBuilder
getHeaders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignedPartsBuilder

public SignedPartsBuilder()
Method Detail

build

public org.apache.neethi.Assertion build(Element element,
                                         org.apache.neethi.AssertionBuilderFactory factory)
                                  throws IllegalArgumentException
Specified by:
build in interface org.apache.neethi.builders.AssertionBuilder<Element>
Overrides:
build in class RequiredPartsBuilder
Throws:
IllegalArgumentException

getAttachments

protected Attachments getAttachments(Element element,
                                     SPConstants.SPVersion spVersion)

getKnownElements

public QName[] getKnownElements()
Specified by:
getKnownElements in interface org.apache.neethi.builders.AssertionBuilder<Element>
Overrides:
getKnownElements in class RequiredPartsBuilder


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.