Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Class
weblogic.wsee.jws.Protocol

Packages that use Protocol
weblogic.wsee.jws Provides interfaces, classes, and exceptions for developing WebLogic Web Services. 
 

Uses of Protocol in weblogic.wsee.jws
 

Fields in weblogic.wsee.jws declared as Protocol
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.  
 

Methods in weblogic.wsee.jws that return Protocol
 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
 

Methods in weblogic.wsee.jws with parameters of type Protocol
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
 


Copyright 1996, 2014, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02