org.objectweb.proactive.ext.webservices.utils
Class ProActiveWSUtils
java.lang.Object
org.objectweb.proactive.ext.webservices.utils.ProActiveWSUtils
public class ProActiveWSUtils
- extends java.lang.Object
Web Services utilities
- Author:
- vlegrand
Field Summary |
static java.lang.String |
ACTION
|
static java.lang.String |
ACTION_NAME
|
static java.lang.String |
DEPLOY
|
static java.lang.String |
NAME
|
static java.lang.String |
OAID
|
static java.lang.String |
PA_WEBSERVICE
|
static java.lang.String |
RT_URL
|
static java.lang.String |
UNDEPLOY
|
static java.lang.String |
URN
|
static java.lang.String |
VN_NAME
|
static java.lang.String |
WSDL
|
Method Summary |
static javax.xml.soap.SOAPMessage |
attachFile(javax.xml.soap.SOAPMessage message,
java.io.File file,
java.lang.String contentId)
|
static javax.xml.soap.SOAPMessage |
createMessage()
|
static javax.xml.soap.Name |
createName(java.lang.String string)
|
static javax.xml.soap.SOAPMessage |
sendMessage(java.lang.String url,
javax.xml.soap.SOAPMessage message)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PA_WEBSERVICE
public static final java.lang.String PA_WEBSERVICE
- See Also:
- Constant Field Values
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
UNDEPLOY
public static final java.lang.String UNDEPLOY
- See Also:
- Constant Field Values
ACTION
public static final java.lang.String ACTION
- See Also:
- Constant Field Values
ACTION_NAME
public static final java.lang.String ACTION_NAME
- See Also:
- Constant Field Values
WSDL
public static final java.lang.String WSDL
- See Also:
- Constant Field Values
DEPLOY
public static final java.lang.String DEPLOY
- See Also:
- Constant Field Values
URN
public static final java.lang.String URN
- See Also:
- Constant Field Values
OAID
public static final java.lang.String OAID
- See Also:
- Constant Field Values
VN_NAME
public static final java.lang.String VN_NAME
- See Also:
- Constant Field Values
RT_URL
public static final java.lang.String RT_URL
- See Also:
- Constant Field Values
ProActiveWSUtils
public ProActiveWSUtils()
sendMessage
public static javax.xml.soap.SOAPMessage sendMessage(java.lang.String url,
javax.xml.soap.SOAPMessage message)
- Parameters:
message
- url
-
attachFile
public static javax.xml.soap.SOAPMessage attachFile(javax.xml.soap.SOAPMessage message,
java.io.File file,
java.lang.String contentId)
- Parameters:
message
- file
-
createMessage
public static javax.xml.soap.SOAPMessage createMessage()
throws javax.xml.soap.SOAPException
- Throws:
javax.xml.soap.SOAPException
createName
public static javax.xml.soap.Name createName(java.lang.String string)
throws javax.xml.soap.SOAPException
- Parameters:
string
-
- Throws:
javax.xml.soap.SOAPException
Copyright 2001-2007 INRIA All Rights Reserved.