org.opensaml.ws.wspolicy.impl
Class AllBuilder

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

public class AllBuilder
extends AbstractWSPolicyObjectBuilder<All>

Builder for the All element.


Constructor Summary
AllBuilder()
           
 
Method Summary
 All buildObject()
          Builds a WS-Policy object.
 All 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

AllBuilder

public AllBuilder()
Method Detail

buildObject

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

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

buildObject

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

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


Copyright © 2006-2013 Internet2. All Rights Reserved.