org.apache.ws.util.soap
Class SoapClientTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.apache.ws.util.soap.SoapClientTask

public class SoapClientTask
extends org.apache.tools.ant.Task

LOG-DONE Ant task that wraps SoapClient.sendRequest(java.net.URL, java.io.File, java.net.URI).

Author:
Ian P. Springer (Hewlett-Packard Company)

Field Summary
static Messages MSG
           
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
SoapClientTask()
           
 
Method Summary
 void execute()
           
 void setRequestFile(java.io.File requestFile)
           
 void setServiceURL(java.net.URL serviceURL)
           
 void setSoapAction(java.lang.String soapAction)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSG

public static final Messages MSG
Constructor Detail

SoapClientTask

public SoapClientTask()
Method Detail

setServiceURL

public void setServiceURL(java.net.URL serviceURL)

setRequestFile

public void setRequestFile(java.io.File requestFile)

setSoapAction

public void setSoapAction(java.lang.String soapAction)
                   throws java.net.URISyntaxException
Throws:
java.net.URISyntaxException

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.