public final class StaticApplicationContext extends Object implements StaticPolicyContext
xwss:JAXRPCSecurity configuration.
The xwss:JAXRPCSecurity element supports Security Policies to be specifed
at three levels
Service level
Port level
Operation level
| Constructor and Description |
|---|
StaticApplicationContext()
Default constructor
|
StaticApplicationContext(StaticApplicationContext context)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
copy(StaticApplicationContext ctx)
Copy operator
|
boolean |
equals(Object obj)
equals operator
|
boolean |
equals(StaticApplicationContext ctx)
equals operator
|
String |
getApplicationContextRoot() |
String |
getOperationIdentifier() |
String |
getPortIdentifier() |
String |
getServiceIdentifier() |
String |
getUUID() |
int |
hashCode() |
boolean |
isOperation() |
void |
isOperation(boolean isOperation)
Set if this context represents an Operation
|
boolean |
isPort() |
void |
isPort(boolean isPort)
Set if this context represents a Port
|
boolean |
isService() |
void |
isService(boolean isService)
Set if this context represents a Service
|
void |
setApplicationContextRoot(String ctxRoot) |
void |
setOperationIdentifier(String operation)
Set the Operation identifier
|
void |
setPortIdentifier(String port)
Set the port identifier
|
void |
setServiceIdentifier(String service)
Set the service identifier
|
void |
setUUID(String uuid)
Set the Unique ID associated with the Service context
|
String |
toString() |
public StaticApplicationContext()
public StaticApplicationContext(StaticApplicationContext context)
context - StaticApplicationContextpublic void isService(boolean isService)
isService - set to true if this is a service level contextpublic boolean isService()
public void isPort(boolean isPort)
isPort - set to true if this is a port level contextpublic boolean isPort()
public void isOperation(boolean isOperation)
isOperation - set to true if this is an Operation level contextpublic boolean isOperation()
public void setServiceIdentifier(String service)
service - the Service Identifierpublic String getServiceIdentifier()
public void setPortIdentifier(String port)
port - the Port Identifierpublic String getPortIdentifier()
public void setOperationIdentifier(String operation)
operation - the Operation Identifierpublic String getOperationIdentifier()
public void setUUID(String uuid)
uuid - the unique id associated with the Servicepublic String getUUID()
public void setApplicationContextRoot(String ctxRoot)
ctxRoot - the Application Context Root/Identifier for the applicationpublic String getApplicationContextRoot()
public void copy(StaticApplicationContext ctx)
ctx - the StaticApplicationContext to copy frompublic boolean equals(Object obj)
public boolean equals(StaticApplicationContext ctx)
ctx - the StaticApplicationContext to be compared with this context for equalitypublic int hashCode()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.