Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


Uses of Class
oracle.webservices.management.PortId

Packages that use PortId
oracle.webservices.management This package contains the interfaces and classes needed to implement web services management features. 
oracle.webservices.portability This package contains the interfaces and classes needed to implement features in the web services platform portability layer. 

 

Uses of PortId in oracle.webservices.management

 

Methods in oracle.webservices.management that return PortId
 PortId InterceptorConfigChangeEvent.getPortId()
          Get the unique identifier for the port involved in the event.
 PortId OperationId.getPortId()
          Get the port identifier.

 

Methods in oracle.webservices.management with parameters of type PortId
 String[] InterceptorConfig.getPipeline(PortId portId)
          Get the interceptor pipeline configuration.
 Element InterceptorConfig.getPortConfig(String interceptorName, PortId portId)
          Get the port-level configuration for the specified interceptor.
 void InterceptorConfig.removePort(PortId portId)
          Remove the specified port from the interceptor configuration.
 void InterceptorConfig.setPipeline(PortId portId, String[] interceptorNames, boolean isDefault)
          Configure the interceptor pipeline.
 Element InterceptorConfig.setPortConfig(String interceptorName, PortId portId, Element configElement, boolean isDefault)
          Set the port-level configuration for the specified interceptor.

 

Constructors in oracle.webservices.management with parameters of type PortId
OperationId(PortId portId, String operationName, String inputName, String outputName)
          Constructor.

 

Uses of PortId in oracle.webservices.portability

 

Methods in oracle.webservices.portability with parameters of type PortId
 ProviderInterceptorPipeline ProviderPlatformAdapter.createProviderInterceptorPipeline(PortId portId, String pathInfo, URL wsdlURL, ProviderProcessorInfo processor, Definition wsdl, Element config, DynamicEndpointNameHelper helper)
          Factory method for creating a ProviderInterceptorPipeline instance for a provider-based endpoint.

 


Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.