55565758596061
* Set the from EPR * @param endpoint * @throws MalformedURIException */ public void setFaultTo(String endpoint) throws MalformedURIException { this.headers.setFaultTo(new EndpointReference(endpoint)); }