org.opensaml.ws.soap.soap11.impl
Class FaultBuilder
java.lang.Object
org.opensaml.xml.AbstractXMLObjectBuilder<Fault>
org.opensaml.ws.soap.soap11.impl.FaultBuilder
- All Implemented Interfaces:
- SOAPObjectBuilder<Fault>, org.opensaml.xml.XMLObjectBuilder<Fault>
public class FaultBuilder
- extends org.opensaml.xml.AbstractXMLObjectBuilder<Fault>
- implements SOAPObjectBuilder<Fault>
Builder of FaultImpl
objects.
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 |
FaultBuilder
public FaultBuilder()
buildObject
public Fault buildObject()
- Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Fault" as the element local name.
- Specified by:
buildObject
in interface SOAPObjectBuilder<Fault>
- Returns:
- the build Envelope object
buildObject
public Fault buildObject(String namespaceURI,
String localName,
String namespacePrefix)
-
- Specified by:
buildObject
in interface org.opensaml.xml.XMLObjectBuilder<Fault>
- Specified by:
buildObject
in class org.opensaml.xml.AbstractXMLObjectBuilder<Fault>
Copyright © 2006-2013 Internet2. All Rights Reserved.