|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.wsee.jaxrpc.SoapDispatch
public final class SoapDispatch
This class represents
Created: Dec 15, 2004 -- 8:20:13 AM
Nested Class Summary | |
---|---|
static interface |
SoapDispatch.WsrmConfig
Deprecated. This class is not intended for customer use. |
static interface |
SoapDispatch.WsrmUtils
Deprecated. This class is not intended for customer use. |
Field Summary | |
---|---|
static String |
SOAP_DISPATCH_INITIATED_OPERATION_PROPERTY
Deprecated. |
Method Summary | |
---|---|
static SoapDispatch |
create(String wsdlUrl)
Deprecated. |
static SoapDispatch |
create(weblogic.wsee.wsdl.WsdlDefinitions defs)
Deprecated. |
SOAPElement |
createSoapElement(String localName,
String prefix,
String namespaceURI)
Deprecated. |
String |
getEndpointAddressFromInvokeProperties()
Deprecated. Gets the value of the endpoint address property stored within the 'invoke properties' for this SoapDispatch instance. |
Object |
getProperty(String name)
Deprecated. |
static String |
getRequestingServiceURI(JwsContext context)
Deprecated. |
static String |
getRequestingServiceURI(MessageContext context)
Deprecated. |
Map |
getUpdateableInvokePropertyMap()
Deprecated. Gets a live/updateable Map of 'invoke' properties for this SoapDispatch instance. |
Map |
getUpdateablePropertyMap()
Deprecated. Gets a live/updateable Map of properties for this SoapDispatch instance. |
String |
getWsdlTargetNamespace()
Deprecated. |
SoapDispatch.WsrmConfig |
getWsrmConfig()
Deprecated. Get an interface that allows you to set WS-RM specific configuration on this SoapDispatch instance. |
SoapDispatch.WsrmUtils |
getWsrmUtils()
Deprecated. Get an interface that allows you to perform WS-RM specific operations on this SoapDispatch instance. |
SOAPElement |
invoke(QName method,
SOAPElement request)
Deprecated. |
SOAPMessage |
invoke(QName method,
SOAPMessage request)
Deprecated. |
String |
invokeAsync(String requestingServiceUri,
QName method,
SOAPElement request,
weblogic.wsee.addressing.EndpointReference epr)
Deprecated. Similar to invokeAsync(String, QName, SOAPMessage, EndpointReference) but taking a SOAPElement instead. |
String |
invokeAsync(String requestingServiceUri,
QName method,
SOAPMessage request,
weblogic.wsee.addressing.EndpointReference epr)
Deprecated. Invoke a service operation asynchronously, and receive the response from that service (if any) at a later time. |
void |
setPortName(QName portName)
Deprecated. |
void |
setProperty(String name,
Object value)
Deprecated. |
void |
setServiceName(QName serviceName)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SOAP_DISPATCH_INITIATED_OPERATION_PROPERTY
Method Detail |
---|
public static SoapDispatch create(String wsdlUrl) throws ServiceException
ServiceException
public static SoapDispatch create(weblogic.wsee.wsdl.WsdlDefinitions defs)
public String getWsdlTargetNamespace()
public void setServiceName(QName serviceName)
public void setPortName(QName portName)
public SOAPElement createSoapElement(String localName, String prefix, String namespaceURI) throws ServiceException
ServiceException
public void setProperty(String name, Object value)
public Object getProperty(String name)
public Map getUpdateablePropertyMap()
public Map getUpdateableInvokePropertyMap()
public String getEndpointAddressFromInvokeProperties()
SoapDispatch.getUpdateableInvokePropertyMap()
public SOAPElement invoke(QName method, SOAPElement request) throws ServiceException, RemoteException
ServiceException
RemoteException
public static String getRequestingServiceURI(JwsContext context)
public static String getRequestingServiceURI(MessageContext context)
public String invokeAsync(String requestingServiceUri, QName method, SOAPElement request, weblogic.wsee.addressing.EndpointReference epr) throws ServiceException, RemoteException
ServiceException
RemoteException
SoapDispatch.invokeAsync(String, QName, SOAPMessage, EndpointReference)
public String invokeAsync(String requestingServiceUri, QName method, SOAPMessage request, weblogic.wsee.addressing.EndpointReference epr) throws RemoteException, ServiceException
requestingServiceUri
- The URI of the currently executing
service that is making this request. This is optional if you specify
a non-null epr parameter, but required otherwise.
This information is used to
properly reestablish the execution environment (e.g. class loader)
of the requesting service during async response processing (done
via the client handler chain in their processResponse methods).
This URI can be obtained by calling
SoapDispatch.getRequestingServiceURI(MessageContext context).
method
- The QName of the operation to invoke (defined within the
WSDL used when constructing this SoapDispatch instance).request
- The SOAPMessage representing the request to send to the
service operation.epr
- The EndpointReference for the async response service that should
receive the response (asynchronously) from the service when it is
available. Note the async response service must be deployed/active
to receive the response, and must meet one of the following
requirements.
ServiceException
RemoteException
public SOAPMessage invoke(QName method, SOAPMessage request) throws RemoteException, ServiceException
RemoteException
ServiceException
public SoapDispatch.WsrmConfig getWsrmConfig()
public SoapDispatch.WsrmUtils getWsrmUtils()
|
Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |