| Package | Description | 
|---|---|
| weblogic.wsee.jws | 
| Modifier and Type | Field and Description | 
|---|---|
static Protocol | 
Protocol.HTTP_GET
Deprecated.  
  | 
static Protocol | 
Protocol.HTTP_POST
Deprecated.  
  | 
static Protocol | 
Protocol.HTTP_SOAP
Deprecated.  
  | 
static Protocol | 
Protocol.HTTP_SOAP12
Deprecated.  
  | 
static Protocol | 
Protocol.HTTP_XML
Deprecated.  
  | 
static Protocol | 
Protocol.JAVA
Deprecated.  
  | 
static Protocol | 
Protocol.JMS_SOAP
Deprecated.  
  | 
static Protocol | 
Protocol.JMS_SOAP12
Deprecated.  
  | 
static Protocol | 
Protocol.JMS_XML
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Protocol | 
CallbackInterface.getProtocol()
Deprecated.   
 | 
Protocol | 
JwsContext.getProtocol()
Deprecated.  
Gets the protocol of the current request. 
 | 
static Protocol | 
Protocol.getProtocol(boolean soap12,
           String scheme)
Deprecated.  
  | 
static Protocol | 
Protocol.getProtocolByID(int id)
Deprecated.  
Returns the Protocol object selected by protocol id 
 | 
static Protocol | 
Protocol.getProtocolByName(String name)
Deprecated.  
Returns the Protocol object selected by protocol name 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
Protocol.getSchemeForProtocol(Protocol p)
Deprecated.  
  | 
static boolean | 
Protocol.isSoap(Protocol p)
Deprecated.  
  | 
static boolean | 
Protocol.isSoap11(Protocol p)
Deprecated.  
  | 
static boolean | 
Protocol.isSoap12(Protocol p)
Deprecated.  
  | 
void | 
CallbackInterface.setProtocol(Protocol protocol)
Deprecated. 
 
This method cannot be used to pick a callback endpoint address with 
    the callback protocol. If you wish to do this please use the setEndpointAddress api 
 |