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 PortInfoBean


public interface PortInfoBean

Method Summary
abstract  PropertyNamevalueBean createCallProperty()
           
abstract  OperationInfoBean createOperation()
          add an Operation instance on this port.
abstract  OwsmPolicyBean createOwsmPolicy()
           
abstract  PropertyNamevalueBean createStubProperty()
           
abstract  WSATConfigBean createWSATConfig()
          Creates the singleton WSATConfigBean instance on this port.
abstract  void destroyCallProperty(PropertyNamevalueBean callProperty)
           
abstract  void destroyOperation(OperationInfoBean bean)
          Destroys the Operation instance on this port.
abstract  void destroyOwsmPolicy(OwsmPolicyBean bean)
           
abstract  void destroyStubProperty(PropertyNamevalueBean stubProperty)
           
abstract  void destroyWSATConfig()
          Destroys the singleton ConfigBean instance on this port.
abstract  PropertyNamevalueBean[] getCallProperties()
           
abstract  OperationInfoBean[] getOperations()
           
abstract  OwsmPolicyBean[] getOwsmPolicy()
           
abstract  String getPortName()
           
abstract  PropertyNamevalueBean[] getStubProperties()
           
abstract  WSATConfigBean getWSATConfig()
          Gets the WS-AT configuration for this web service port component.
abstract  OperationInfoBean lookupOperation(String name)
           
abstract  void setPortName(String portName)
           

 

Method Detail

getPortName

String getPortName()

setPortName

void setPortName(String portName)

getStubProperties

PropertyNamevalueBean[] getStubProperties()

createStubProperty

PropertyNamevalueBean createStubProperty()

destroyStubProperty

void destroyStubProperty(PropertyNamevalueBean stubProperty)

getCallProperties

PropertyNamevalueBean[] getCallProperties()

createCallProperty

PropertyNamevalueBean createCallProperty()

destroyCallProperty

void destroyCallProperty(PropertyNamevalueBean callProperty)

getWSATConfig

WSATConfigBean getWSATConfig()
Gets the WS-AT configuration for this web service port component.
Returns:
The WSATConfigBean for this port or null if createWSATConfig't been called yet.

createWSATConfig

WSATConfigBean createWSATConfig()
Creates the singleton WSATConfigBean instance on this port.

destroyWSATConfig

void destroyWSATConfig()
Destroys the singleton ConfigBean instance on this port.

createOperation

OperationInfoBean createOperation()
add an Operation instance on this port.

destroyOperation

void destroyOperation(OperationInfoBean bean)
Destroys the Operation instance on this port.

getOperations

OperationInfoBean[] getOperations()

lookupOperation

OperationInfoBean lookupOperation(String name)

getOwsmPolicy

OwsmPolicyBean[] getOwsmPolicy()

createOwsmPolicy

OwsmPolicyBean createOwsmPolicy()

destroyOwsmPolicy

void destroyOwsmPolicy(OwsmPolicyBean bean)

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