Skip Headers
Oracle® Web Services Manager Extensibility Guide
10
g
(10.1.3.1.0)
B31010-02
Home
Book List
Index
Master Index
Contact Us
Next
Contents
Title and Copyright Information
Preface
Audience
Documentation Accessibility
Related Documents
Conventions
1
Developing and Deploying Custom Steps
Policy Step Creation Overview
Developing a Custom Step
About the execute Method
About IResult States
Defining a Step Template
Deploying a Custom Step
2
Policy Steps SDK Interfaces & Methods
IStep
setEnabled()
getEnabled()
setStepName()
getStepName()
getAgentContext()
setAgentContext()
execute()
init()
destroy()
setFaultCodes()
getFaultCodes()
IContext
getProperty()
getPropertyNames()
containsProperty()
setProperty()
removeProperty()
IMessageContext
MessageContext() Fields
STAGE_PREREQUEST
STAGE_REQUEST
STAGE_RESPONSE
STAGE_POSTRESPONSE
STAGE_SERVICE
STAGE_SERVICE_DEFINITION
STAGE_SERVICE_WSDL
getGUID()
getServiceID()
getServiceURL()
getRemoteUser()
getRequestMessage()
getResponseMessage()
setRequestMessage(*)
setResponseMessage()
getProcessingStage()
setProcessingStage()
getInvocationStatus()
AgentContext
AgentContext Fields
SERVER_ID
LOG_LOGBUNDLES
LOG_LOGENABLED
COREMAN_ENABLED
POLICYSERVER_ENDPOINT
POLICYSERVER_ENABLED
POLICYPACKS_FILENAME
getAgentID()
getProperty()
getStringProperty()
getIntProperty()
getIntProperty()
getResourceResolver()
getAllProperties()
AbstractStep
createResult()
setEnabled()
getEnabled()
setStepName()
getStepName()
getAgentContext()
setAgentContext()
execute()
init()
generateFault()
destroy()
setFaultCodes()
getFaultCodes()
createResult()
Result
getStatus()
setStatus()
getFault()
setFault()
toString()
InvocationStatus
InvocationStatus() Fields
SUCCEEDED
FAILED
FAILEDOVER
PENDING
NA
getServiceName()
setServiceName()
getTime()
setTime()
getAuthenticationStatus()
setAuthenticationStatus()
getAuthorizationStatus()
setAuthorizationStatus()
getServiceStatus()
setServiceStatus()
getInvocationStatus()
setInvocationStatus()
getSize()
setSize()
getLatency()
setLatency()
getServiceLatency()
setServiceLatency()
getFlowID()
setFlowID()
getMethod()
setMethod()
getCorrelationContext()
setCorrelationContext()
getMessageId()
setMessageId()
getErrorMessage()
setErrorMessage()
toString()
A
Samples and Information Sources
Sample Step Template
Step Template Schema
Index