public class AuthenticationBindingSoap
extends de.gematik.ti.epa.fdv.gen.authentication.I_Authentication_Insurant_Binding_Soap12
| Constructor and Description |
|---|
AuthenticationBindingSoap(java.lang.String url)
Contructor
|
| Modifier and Type | Method and Description |
|---|---|
de.gematik.ti.epa.fdv.gen.authentication.ExtendedSoapSerializationEnvelope |
createEnvelope()
Overrides createEnvelope() method - if is login token request a security header element will be added
|
protected org.ksoap2.transport.Transport |
createTransport()
Extends the createTransport method to adapt to the uri scheme
|
byte[] |
getRequestData() |
java.util.UUID |
getUuid() |
java.util.List |
sendRequest(java.lang.String methodName,
de.gematik.ti.epa.fdv.gen.authentication.ExtendedSoapSerializationEnvelope envelope,
org.ksoap2.transport.Transport transport,
com.easywsdl.exksoap2.ws_specifications.profile.WS_Profile profile)
Overrides sendRequest method for generating and supplementing the request data
|
void |
setShouldSendRequest(boolean shouldSendRequest) |
public AuthenticationBindingSoap(java.lang.String url)
url - Stringpublic java.util.List sendRequest(java.lang.String methodName,
de.gematik.ti.epa.fdv.gen.authentication.ExtendedSoapSerializationEnvelope envelope,
org.ksoap2.transport.Transport transport,
com.easywsdl.exksoap2.ws_specifications.profile.WS_Profile profile)
sendRequest in class de.gematik.ti.epa.fdv.gen.authentication.I_Authentication_Insurant_Binding_Soap12methodName - Stringenvelope - Soap envelopetransport - Transportprofile - ws addressing profilepublic de.gematik.ti.epa.fdv.gen.authentication.ExtendedSoapSerializationEnvelope createEnvelope()
createEnvelope in class de.gematik.ti.epa.fdv.gen.authentication.I_Authentication_Insurant_Binding_Soap12protected org.ksoap2.transport.Transport createTransport()
createTransport in class de.gematik.ti.epa.fdv.gen.authentication.I_Authentication_Insurant_Binding_Soap12public void setShouldSendRequest(boolean shouldSendRequest)
public java.util.UUID getUuid()
public byte[] getRequestData()