Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.j2ee.descriptor.wl
Interface OperationInfoBean


public interface OperationInfoBean

Method Summary
abstract  WSATConfigBean createWSATConfig()
          Creates the singleton PortWSATConfigBean instance on this operationinfobean.
abstract  void destroyWSATConfig()
          Destroys the singleton WSATConfigBean instance on this operationinfobean.
abstract  String getName()
           
abstract  WSATConfigBean getWSATConfig()
          Gets the WS-AT configuration for this web service operation.
abstract  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.

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09