*/
protected Source marshallResponse(RequestSecurityTokenResponse response)
{
// add the single response to a RequestSecurityTokenResponse collection, as per the specification.
RequestSecurityTokenResponseCollection responseCollection = new RequestSecurityTokenResponseCollection();
responseCollection.addRequestSecurityTokenResponse(response);
return WSTrustJAXBFactory.getInstance().marshallRequestSecurityTokenResponse(responseCollection);
}
/**
* <p>