|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PolicySubject | |
|---|---|
| com.sun.xml.ws.policy | The root package of public policy API. |
| Uses of PolicySubject in com.sun.xml.ws.policy |
|---|
| Methods in com.sun.xml.ws.policy that return types with arguments of type PolicySubject | |
|---|---|
Collection<PolicySubject> |
PolicyMap.getPolicySubjects()
Returns all policy subjects contained by this map. |
| Methods in com.sun.xml.ws.policy with parameters of type PolicySubject | |
|---|---|
boolean |
PolicyMap.isFaultMessageSubject(PolicySubject subject)
|
boolean |
PolicyMap.isInputMessageSubject(PolicySubject subject)
|
boolean |
PolicyMap.isOutputMessageSubject(PolicySubject subject)
|
void |
PolicyMapExtender.putEndpointSubject(PolicyMapKey key,
PolicySubject subject)
|
void |
PolicyMapExtender.putFaultMessageSubject(PolicyMapKey key,
PolicySubject subject)
|
void |
PolicyMapExtender.putInputMessageSubject(PolicyMapKey key,
PolicySubject subject)
|
void |
PolicyMapExtender.putOperationSubject(PolicyMapKey key,
PolicySubject subject)
|
void |
PolicyMapExtender.putOutputMessageSubject(PolicyMapKey key,
PolicySubject subject)
|
void |
PolicyMapExtender.putServiceSubject(PolicyMapKey key,
PolicySubject subject)
|
| Method parameters in com.sun.xml.ws.policy with type arguments of type PolicySubject | |
|---|---|
static void |
PolicyMapUtil.insertPolicies(PolicyMap policyMap,
Collection<PolicySubject> policySubjects,
QName serviceName,
QName portName)
Inserts all PolicySubjects of type WsdlBindingSubject into the given policy map. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||