| Package | Description |
|---|---|
| com.sun.xml.ws.security.impl.policy | |
| com.sun.xml.ws.security.impl.policyconv | |
| com.sun.xml.ws.security.policy |
| Modifier and Type | Method and Description |
|---|---|
MessageLayout |
TransportBinding.getLayout() |
MessageLayout |
AsymmetricBinding.getLayout() |
MessageLayout |
SymmetricBinding.getLayout() |
MessageLayout |
Layout.getMessageLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportBinding.setLayout(MessageLayout layout) |
void |
AsymmetricBinding.setLayout(MessageLayout layout) |
void |
SymmetricBinding.setLayout(MessageLayout layout) |
| Modifier and Type | Method and Description |
|---|---|
protected MessageLayout |
XWSSPolicyGenerator.getLayout(MessageLayout layout) |
void |
XWSSPolicyContainer.setPolicyContainerMode(MessageLayout mode) |
| Constructor and Description |
|---|
XWSSPolicyContainer(MessageLayout mode,
boolean isServer,
boolean isIncoming)
Creates a new instance of PolicyConverter
|
| Modifier and Type | Method and Description |
|---|---|
MessageLayout |
Binding.getLayout()
returns the Layout
MessageLayoutof the SecurityHeader. |
static MessageLayout |
MessageLayout.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageLayout[] |
MessageLayout.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.