org.picketlink.identity.federation.ws.wss.secext
Class TransformationParametersType
java.lang.Object
org.picketlink.identity.federation.ws.addressing.BaseAddressingType
org.picketlink.identity.federation.ws.addressing.AnyAddressingType
org.picketlink.identity.federation.ws.wss.secext.TransformationParametersType
public class TransformationParametersType
- extends AnyAddressingType
This complexType defines a container for elements to be specified from any namespace as properties/parameters of a DSIG
transformation.
Java class for TransformationParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransformationParametersType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformationParametersType
public TransformationParametersType()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.