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

Part Number E41849-02

weblogic.j2ee.descriptor.wl
Interface OperationInfoBean


public interface OperationInfoBean


Method Summary
 WSATConfigBean createWSATConfig()
          Creates the singleton PortWSATConfigBean instance on this operationinfobean.
 void destroyWSATConfig()
          Destroys the singleton WSATConfigBean instance on this operationinfobean.
 String getName()
           
 WSATConfigBean getWSATConfig()
          Gets the WS-AT configuration for this web service operation.
 void setName(String opName)
           
 

Method Detail

getName

String getName()

setName

void setName(String opName)

getWSATConfig

WSATConfigBean getWSATConfig()
Gets the WS-AT configuration for this web service operation.

Returns:
The tWSATConfigBean for this port or null if createPortWSATConfigBeanhasn't been called yet.

createWSATConfig

WSATConfigBean createWSATConfig()
Creates the singleton PortWSATConfigBean instance on this operationinfobean.


destroyWSATConfig

void destroyWSATConfig()
Destroys the singleton WSATConfigBean instance on this operationinfobean.


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