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

Part Number E27170-01

weblogic.j2ee.descriptor.wl
Interface PortInfoBean


public interface PortInfoBean


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

Copyright 1996, 2013, 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.2)

Part Number E27170-01