org.opensaml.ws.wspolicy.impl
Class ExactlyOneBuilder

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObjectBuilder<T>
      extended by org.opensaml.ws.wspolicy.impl.AbstractWSPolicyObjectBuilder<ExactlyOne>
          extended by org.opensaml.ws.wspolicy.impl.ExactlyOneBuilder
All Implemented Interfaces:
WSPolicyObjectBuilder<ExactlyOne>, org.opensaml.xml.XMLObjectBuilder<ExactlyOne>

public class ExactlyOneBuilder
extends AbstractWSPolicyObjectBuilder<ExactlyOne>

Builder for the ExactlyOne element.


Constructor Summary
ExactlyOneBuilder()
           
 
Method Summary
 ExactlyOne buildObject()
          Builds a WS-Policy object.
 ExactlyOne buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 
Methods inherited from class org.opensaml.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensaml.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
 

Constructor Detail

ExactlyOneBuilder

public ExactlyOneBuilder()
Method Detail

buildObject

public ExactlyOne buildObject()
Builds a WS-Policy object.

Specified by:
buildObject in interface WSPolicyObjectBuilder<ExactlyOne>
Specified by:
buildObject in class AbstractWSPolicyObjectBuilder<ExactlyOne>
Returns:
the built object

buildObject

public ExactlyOne buildObject(String namespaceURI,
                              String localName,
                              String namespacePrefix)

Specified by:
buildObject in interface org.opensaml.xml.XMLObjectBuilder<ExactlyOne>
Specified by:
buildObject in class org.opensaml.xml.AbstractXMLObjectBuilder<ExactlyOne>


Copyright © 2006-2013 Internet2. All Rights Reserved.