Skip navigation links

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

E10654-02


oracle.webservices
Interface ServiceInvocationInfo


public interface ServiceInvocationInfo

This interface can be implemented to provide additional information about a service at runtime - currently it is used by the ProviderConfig as a way to provide information about dynamic providers. Other uses are possible in the future


Method Summary
 Properties getConfigurationProperties(String pathInfo)
           
 Definition getDefinition(String pathInfo)
           
 String getLoggingLevel(String pathInfo)
           
 int getMaxRequestSize(String pathInfo)
           
 String getOperationName(HttpServletRequest request)
           
 String getRestRequestPath(HttpServletRequest request, String operationName, HashMap<String,String> params)
          Return the portion of the REST GET request URL beyond the endpoint name (e.g.) this method might return a query string beginning with the leading "?"
 boolean isMexEnabled(String pathInfo)
           
 boolean isMtomSupported(String pathInfo)
           
 boolean isRestGetRequest(HttpServletRequest request)
           
 boolean isRestSupported(String pathInfo)
           
 boolean isSchemaValidateInput(String pathInfo)
           
 boolean isSoapSupported(HttpServletRequest request)
           
 boolean isSoapSupported(String pathInfo)
           
 boolean isTestpageEnabled(String pathInfo)
           
 boolean isWsdlEnabled(String pathInfo)
           

 

Method Detail

isRestSupported

boolean isRestSupported(String pathInfo)

isRestGetRequest

boolean isRestGetRequest(HttpServletRequest request)

getOperationName

String getOperationName(HttpServletRequest request)

isSoapSupported

boolean isSoapSupported(HttpServletRequest request)

isSoapSupported

boolean isSoapSupported(String pathInfo)

getLoggingLevel

String getLoggingLevel(String pathInfo)

getMaxRequestSize

int getMaxRequestSize(String pathInfo)

isMexEnabled

boolean isMexEnabled(String pathInfo)

isMtomSupported

boolean isMtomSupported(String pathInfo)

isTestpageEnabled

boolean isTestpageEnabled(String pathInfo)

isWsdlEnabled

boolean isWsdlEnabled(String pathInfo)

isSchemaValidateInput

boolean isSchemaValidateInput(String pathInfo)

getConfigurationProperties

Properties getConfigurationProperties(String pathInfo)

getDefinition

Definition getDefinition(String pathInfo)

getRestRequestPath

String getRestRequestPath(HttpServletRequest request,
                          String operationName,
                          HashMap<String,String> params)
Return the portion of the REST GET request URL beyond the endpoint name (e.g.) this method might return a query string beginning with the leading "?" that needs to be tacked on to the end of the endpoint name, in order to do REST GET invocation
Parameters:
request -
operationName -
params -
Returns:

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.