Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-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
           
static Protocol Protocol.HTTP_POST
           
static Protocol Protocol.HTTP_SOAP
           
static Protocol Protocol.HTTP_SOAP12
           
static Protocol Protocol.HTTP_XML
           
static Protocol Protocol.JAVA
           
static Protocol Protocol.JMS_SOAP
           
static Protocol Protocol.JMS_SOAP12
           
static Protocol Protocol.JMS_XML
           
 

Methods in weblogic.wsee.jws that return Protocol
 Protocol JwsContext.getProtocol()
          Gets the protocol of the current request.
 Protocol CallbackInterface.getProtocol()
          Deprecated.  
static Protocol Protocol.getProtocol(boolean soap12, String scheme)
           
static Protocol Protocol.getProtocolByID(int id)
          Returns the Protocol object selected by protocol id
static Protocol Protocol.getProtocolByName(String name)
          Returns the Protocol object selected by protocol name
 

Methods in weblogic.wsee.jws with parameters of type Protocol
static int Protocol.getSchemeForProtocol(Protocol p)
           
static boolean Protocol.isSoap(Protocol p)
           
static boolean Protocol.isSoap11(Protocol p)
           
static boolean Protocol.isSoap12(Protocol p)
           
 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
 


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, 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 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02