Return-Path: Delivered-To: apmail-ws-wsrf-commits-archive@www.apache.org Received: (qmail 91981 invoked from network); 14 Sep 2005 17:44:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2005 17:44:28 -0000 Received: (qmail 69559 invoked by uid 500); 14 Sep 2005 17:44:09 -0000 Delivered-To: apmail-ws-wsrf-commits-archive@ws.apache.org Received: (qmail 69280 invoked by uid 500); 14 Sep 2005 17:44:05 -0000 Mailing-List: contact wsrf-commits-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: wsrf-dev@ws.apache.org Delivered-To: mailing list wsrf-commits@ws.apache.org Received: (qmail 67570 invoked by uid 500); 14 Sep 2005 17:43:49 -0000 Delivered-To: apmail-ws-wsrf-cvs@ws.apache.org Received: (qmail 67198 invoked by uid 99); 14 Sep 2005 17:43:46 -0000 X-ASF-Spam-Status: No, hits=-9.6 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 14 Sep 2005 10:42:49 -0700 Received: (qmail 90749 invoked by uid 65534); 14 Sep 2005 17:42:49 -0000 Message-ID: <20050914174249.90745.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r280892 [47/53] - in /webservices/wsrf/site/apidocs: ./ org/apache/ws/ org/apache/ws/resource/ org/apache/ws/resource/lifetime/ org/apache/ws/resource/lifetime/impl/ org/apache/ws/resource/lifetime/impl/class-use/ org/apache/ws/resource/lif... Date: Wed, 14 Sep 2005 17:36:03 -0000 To: wsrf-cvs@ws.apache.org From: scamp@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Added: webservices/wsrf/site/apidocs/org/apache/ws/util/soap/Header.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/util/soap/Header.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/util/soap/Header.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/util/soap/Header.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,288 @@ + + + + + + + +Header (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.ws.util.soap +
+Class Header

+
+java.lang.Object
+  extended byorg.apache.ws.util.soap.Header
+
+
+
All Implemented Interfaces:
XmlObjectWrapper
+
+
+
+
public class Header
extends java.lang.Object
implements XmlObjectWrapper
+ +

+A Facade wrapper for a SOAPHeader +

+ +

+

+
Author:
+
Sal Campana
+
+
+ +

+ + + + + + + + + + + + + + + + + + + +
+Constructor Summary
Header(org.w3.x2003.x05.soapEnvelope.Header header) + +
+          Creates a new Header object.
Header(org.xmlsoap.schemas.soap.envelope.Header header) + +
+          Creates a new Header object.
+  + + + + + + + + + + + +
+Method Summary
+ org.apache.xmlbeans.XmlObjectgetXmlObject() + +
+          DOCUMENT_ME
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+Header

+
+public Header(org.w3.x2003.x05.soapEnvelope.Header header)
+
+
Creates a new Header object. +

+

Parameters:
header - DOCUMENT_ME
+
+ +

+Header

+
+public Header(org.xmlsoap.schemas.soap.envelope.Header header)
+
+
Creates a new Header object. +

+

Parameters:
header - DOCUMENT_ME
+ + + + + + + + +
+Method Detail
+ +

+getXmlObject

+
+public org.apache.xmlbeans.XmlObject getXmlObject()
+
+
DOCUMENT_ME +

+

+
Specified by:
getXmlObject in interface XmlObjectWrapper
+
+
+ +
Returns:
DOCUMENT_ME
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + + Added: webservices/wsrf/site/apidocs/org/apache/ws/util/soap/SaajConstants.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/util/soap/SaajConstants.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/util/soap/SaajConstants.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/util/soap/SaajConstants.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,522 @@ + + + + + + + +SaajConstants (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.ws.util.soap +
+Interface SaajConstants

+
+
+
public interface SaajConstants
+ +

+Constants related to SAAJ (javax.xml.soap) APIs. +

+ +

+

+
Author:
+
Ian P. Springer
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringIMPL_MESSAGE_FACTORY_AXIS + +
+          DOCUMENT_ME
+static java.lang.StringIMPL_MESSAGE_FACTORY_SUN + +
+          DOCUMENT_ME
+static java.lang.StringIMPL_MESSAGE_FACTORY_WEBLOGIC + +
+          DOCUMENT_ME
+static java.lang.StringIMPL_SOAP_CONNECTION_FACTORY_AXIS + +
+          DOCUMENT_ME
+static java.lang.StringIMPL_SOAP_CONNECTION_FACTORY_SUN + +
+          DOCUMENT_ME
+static java.lang.StringIMPL_SOAP_CONNECTION_FACTORY_WEBLOGIC + +
+          DOCUMENT_ME
+static java.lang.StringIMPL_SOAP_ELEMENT_FACTORY_AXIS + +
+          DOCUMENT_ME
+static java.lang.StringIMPL_SOAP_ELEMENT_FACTORY_SUN + +
+          DOCUMENT_ME
+static java.lang.StringIMPL_SOAP_ELEMENT_FACTORY_WEBLOGIC + +
+          DOCUMENT_ME
+static java.lang.StringIMPL_SOAP_FACTORY_AXIS + +
+          DOCUMENT_ME
+static java.lang.StringIMPL_SOAP_FACTORY_SUN + +
+          DOCUMENT_ME
+static java.lang.StringIMPL_SOAP_FACTORY_WEBLOGIC + +
+          DOCUMENT_ME
+static java.lang.StringSYSPROP_MESSAGE_FACTORY + +
+          DOCUMENT_ME
+static java.lang.StringSYSPROP_SOAP_CONNECTION_FACTORY + +
+          DOCUMENT_ME
+static java.lang.StringSYSPROP_SOAP_ELEMENT_FACTORY + +
+          DOCUMENT_ME
+static java.lang.StringSYSPROP_SOAP_FACTORY + +
+          DOCUMENT_ME
+  + + + + + + +

+ + + + + + + + +
+Field Detail
+ +

+IMPL_MESSAGE_FACTORY_AXIS

+
+public static final java.lang.String IMPL_MESSAGE_FACTORY_AXIS
+
+
DOCUMENT_ME +

+

+
See Also:
Constant Field Values
+
+
+ +

+IMPL_MESSAGE_FACTORY_SUN

+
+public static final java.lang.String IMPL_MESSAGE_FACTORY_SUN
+
+
DOCUMENT_ME +

+

+
See Also:
Constant Field Values
+
+
+ +

+IMPL_MESSAGE_FACTORY_WEBLOGIC

+
+public static final java.lang.String IMPL_MESSAGE_FACTORY_WEBLOGIC
+
+
DOCUMENT_ME +

+

+
See Also:
Constant Field Values
+
+
+ +

+IMPL_SOAP_CONNECTION_FACTORY_AXIS

+
+public static final java.lang.String IMPL_SOAP_CONNECTION_FACTORY_AXIS
+
+
DOCUMENT_ME +

+

+
See Also:
Constant Field Values
+
+
+ +

+IMPL_SOAP_CONNECTION_FACTORY_SUN

+
+public static final java.lang.String IMPL_SOAP_CONNECTION_FACTORY_SUN
+
+
DOCUMENT_ME +

+

+
See Also:
Constant Field Values
+
+
+ +

+IMPL_SOAP_CONNECTION_FACTORY_WEBLOGIC

+
+public static final java.lang.String IMPL_SOAP_CONNECTION_FACTORY_WEBLOGIC
+
+
DOCUMENT_ME +

+

+
See Also:
Constant Field Values
+
+
+ +

+IMPL_SOAP_ELEMENT_FACTORY_AXIS

+
+public static final java.lang.String IMPL_SOAP_ELEMENT_FACTORY_AXIS
+
+
DOCUMENT_ME +

+

+
See Also:
Constant Field Values
+
+
+ +

+IMPL_SOAP_ELEMENT_FACTORY_SUN

+
+public static final java.lang.String IMPL_SOAP_ELEMENT_FACTORY_SUN
+
+
DOCUMENT_ME +

+

+
See Also:
Constant Field Values
+
+
+ +

+IMPL_SOAP_ELEMENT_FACTORY_WEBLOGIC

+
+public static final java.lang.String IMPL_SOAP_ELEMENT_FACTORY_WEBLOGIC
+
+
DOCUMENT_ME +

+

+
See Also:
Constant Field Values
+
+
+ +

+IMPL_SOAP_FACTORY_AXIS

+
+public static final java.lang.String IMPL_SOAP_FACTORY_AXIS
+
+
DOCUMENT_ME +

+

+
See Also:
Constant Field Values
+
+
+ +

+IMPL_SOAP_FACTORY_SUN

+
+public static final java.lang.String IMPL_SOAP_FACTORY_SUN
+
+
DOCUMENT_ME +

+

+
See Also:
Constant Field Values
+
+
+ +

+IMPL_SOAP_FACTORY_WEBLOGIC

+
+public static final java.lang.String IMPL_SOAP_FACTORY_WEBLOGIC
+
+
DOCUMENT_ME +

+

+
See Also:
Constant Field Values
+
+
+ +

+SYSPROP_MESSAGE_FACTORY

+
+public static final java.lang.String SYSPROP_MESSAGE_FACTORY
+
+
DOCUMENT_ME +

+

+
See Also:
Constant Field Values
+
+
+ +

+SYSPROP_SOAP_CONNECTION_FACTORY

+
+public static final java.lang.String SYSPROP_SOAP_CONNECTION_FACTORY
+
+
DOCUMENT_ME +

+

+
See Also:
Constant Field Values
+
+
+ +

+SYSPROP_SOAP_ELEMENT_FACTORY

+
+public static final java.lang.String SYSPROP_SOAP_ELEMENT_FACTORY
+
+
DOCUMENT_ME +

+

+
See Also:
Constant Field Values
+
+
+ +

+SYSPROP_SOAP_FACTORY

+
+public static final java.lang.String SYSPROP_SOAP_FACTORY
+
+
DOCUMENT_ME +

+

+
See Also:
Constant Field Values
+
+ + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + + Added: webservices/wsrf/site/apidocs/org/apache/ws/util/soap/SoapClient.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/util/soap/SoapClient.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/util/soap/SoapClient.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/util/soap/SoapClient.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,359 @@ + + + + + + + +SoapClient (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.ws.util.soap +
+Class SoapClient

+
+java.lang.Object
+  extended byorg.apache.ws.util.soap.SoapClient
+
+
+
+
public class SoapClient
extends java.lang.Object
+ +

+LOG-DONE + Based on SOAPClient4XG by Bob DuCharme + (http://www-106.ibm.com/developerworks/xml/library/x-soapcl/listing1.html). Read the SOAP envelope file passed as the + second parameter, pass it to the SOAP endpoint passed as the first parameter, and print out the SOAP envelope passed + as a response. + + Requires JDK 1.4. +

+ +

+

+
Author:
+
Bob DuCharme (IBM), Michael Brennan (IBM), Ian P. Springer (HP)
+
+
+ +

+ + + + + + + + + + + + + + +
+Field Summary
+static org.apache.ws.util.i18n.MessagesMSG + +
+          DOCUMENT_ME
+  + + + + + + + + + + +
+Constructor Summary
SoapClient() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static voidmain(java.lang.String[] args) + +
+           
+static java.lang.StringsendRequest(java.net.URL serviceURL, + java.io.File soapMessageFile, + java.net.URI soapAction) + +
+           
+static java.lang.StringsendRequest(java.net.URL serviceURL, + java.io.InputStream soapMessage, + java.net.URI soapAction) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+MSG

+
+public static final org.apache.ws.util.i18n.Messages MSG
+
+
DOCUMENT_ME +

+

+
+
+ + + + + + + + +
+Constructor Detail
+ +

+SoapClient

+
+public SoapClient()
+
+
+ + + + + + + + +
+Method Detail
+ +

+main

+
+public static void main(java.lang.String[] args)
+                 throws java.lang.Exception
+
+
+
Parameters:
args - takes three args, the third being optional:
  • serviceURL - HTTP SOAP endpoint URL to send request to +
  • xmlFileToSend - a file with an XML document of the request
  • soapAction - the value for the + SOAPAction HTTP header
+
Throws: +
java.lang.Exception
+
+
+
+ +

+sendRequest

+
+public static java.lang.String sendRequest(java.net.URL serviceURL,
+                                           java.io.File soapMessageFile,
+                                           java.net.URI soapAction)
+                                    throws java.io.IOException
+
+
+
Parameters:
serviceURL -
soapMessageFile -
soapAction - +
Returns:
+
Throws: +
java.io.IOException
+
+
+
+ +

+sendRequest

+
+public static java.lang.String sendRequest(java.net.URL serviceURL,
+                                           java.io.InputStream soapMessage,
+                                           java.net.URI soapAction)
+                                    throws java.io.IOException
+
+
+
Parameters:
serviceURL -
soapMessage -
soapAction - +
Returns:
+
Throws: +
java.io.IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + + Added: webservices/wsrf/site/apidocs/org/apache/ws/util/soap/SoapClientTask.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/util/soap/SoapClientTask.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/util/soap/SoapClientTask.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/util/soap/SoapClientTask.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,404 @@ + + + + + + + +SoapClientTask (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +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 org.apache.ws.util.i18n.MessagesMSG + +
+          DOCUMENT_ME
+ + + + + + + +
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
+ voidexecute() + +
+          DOCUMENT_ME
+ voidsetRequestFile(java.io.File requestFile) + +
+          DOCUMENT_ME
+ voidsetServiceURL(java.net.URL serviceURL) + +
+          DOCUMENT_ME
+ voidsetSoapAction(java.lang.String soapAction) + +
+          DOCUMENT_ME
+ + + + + + + +
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 org.apache.ws.util.i18n.Messages MSG
+
+
DOCUMENT_ME +

+

+
+
+ + + + + + + + +
+Constructor Detail
+ +

+SoapClientTask

+
+public SoapClientTask()
+
+
+ + + + + + + + +
+Method Detail
+ +

+setRequestFile

+
+public void setRequestFile(java.io.File requestFile)
+
+
DOCUMENT_ME +

+

+
Parameters:
requestFile - DOCUMENT_ME
+
+
+
+ +

+setServiceURL

+
+public void setServiceURL(java.net.URL serviceURL)
+
+
DOCUMENT_ME +

+

+
Parameters:
serviceURL - DOCUMENT_ME
+
+
+
+ +

+setSoapAction

+
+public void setSoapAction(java.lang.String soapAction)
+                   throws java.net.URISyntaxException
+
+
DOCUMENT_ME +

+

+
Parameters:
soapAction - DOCUMENT_ME +
Throws: +
java.net.URISyntaxException - DOCUMENT_ME
+
+
+
+ +

+execute

+
+public void execute()
+             throws org.apache.tools.ant.BuildException
+
+
DOCUMENT_ME +

+

+ +
Throws: +
org.apache.tools.ant.BuildException - DOCUMENT_ME
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + + Added: webservices/wsrf/site/apidocs/org/apache/ws/util/soap/class-use/Body.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/util/soap/class-use/Body.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/util/soap/class-use/Body.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/util/soap/class-use/Body.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,173 @@ + + + + + + + +Uses of Class org.apache.ws.util.soap.Body (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.ws.util.soap.Body

+
+ + + + + + + + + +
+Packages that use Body
org.apache.ws.util.soap  
+  +

+ + + + + +
+Uses of Body in org.apache.ws.util.soap
+  +

+ + + + + + + + + +
Methods in org.apache.ws.util.soap that return Body
+ BodyEnvelope.getBody() + +
+          DOCUMENT_ME
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved. + + Added: webservices/wsrf/site/apidocs/org/apache/ws/util/soap/class-use/Envelope.html URL: http://svn.apache.org/viewcvs/webservices/wsrf/site/apidocs/org/apache/ws/util/soap/class-use/Envelope.html?rev=280892&view=auto ============================================================================== --- webservices/wsrf/site/apidocs/org/apache/ws/util/soap/class-use/Envelope.html (added) +++ webservices/wsrf/site/apidocs/org/apache/ws/util/soap/class-use/Envelope.html Wed Sep 14 10:33:42 2005 @@ -0,0 +1,137 @@ + + + + + + + +Uses of Class org.apache.ws.util.soap.Envelope (WSRF 1.0-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.apache.ws.util.soap.Envelope

+
+No usage of org.apache.ws.util.soap.Envelope +

+


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