|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml1.binding.encoding.HTTPPostEncoderBuilder
public class HTTPPostEncoderBuilder
Builder of HTTPPostEncoder
s.
Constructor Summary | |
---|---|
HTTPPostEncoderBuilder(org.apache.velocity.app.VelocityEngine engine,
java.lang.String templatePath)
Constructor. |
Method Summary | |
---|---|
HTTPMessageEncoder |
buildEncoder()
Creates a new instance of the message encoder. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTTPPostEncoderBuilder(org.apache.velocity.app.VelocityEngine engine, java.lang.String templatePath) throws java.io.IOException
engine
- velocity engine used during POST encodingtemplatePath
- classpath location of the POST encoding template
java.io.IOException
- thrown if the template can not be read from the classpathMethod Detail |
---|
public HTTPMessageEncoder buildEncoder()
buildEncoder
in interface MessageEncoderBuilder<HTTPMessageEncoder>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |