Package org.apache.axis.message.addressing

Examples of org.apache.axis.message.addressing.EndpointReference


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

TOP

Related Classes of org.apache.axis.message.addressing.EndpointReference

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.