org.apache.cxf.ws.security.policy.model
Class TransportBinding
java.lang.Object
org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
org.apache.cxf.ws.security.policy.model.Binding
org.apache.cxf.ws.security.policy.model.TransportBinding
- All Implemented Interfaces:
- AlgorithmWrapper, org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent, org.apache.neethi.PolicyContainingAssertion
public class TransportBinding
- extends Binding
Fields inherited from class org.apache.cxf.ws.security.policy.model.Binding |
builder |
Methods inherited from class org.apache.cxf.ws.security.policy.model.Binding |
getAlgorithmSuite, getLayout, getSignedEndorsingSupportingTokens, getSignedSupportingToken, isIncludeTimestamp, isTokenProtection, setAlgorithmSuite, setIncludeTimestamp, setLayout, setSignedEndorsingSupportingTokens, setSignedSupportingToken, setTokenProtection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.neethi.Assertion |
isIgnorable, isOptional |
Methods inherited from interface org.apache.neethi.PolicyComponent |
equal, getType |
TransportBinding
public TransportBinding(SPConstants version,
PolicyBuilder b)
getTransportToken
public TransportToken getTransportToken()
- Returns:
- Returns the transportToken.
setTransportToken
public void setTransportToken(TransportToken transportToken)
- Parameters:
transportToken
- The transportToken to set.
getRealName
public QName getRealName()
getName
public QName getName()
serialize
public void serialize(XMLStreamWriter writer)
throws XMLStreamException
- Throws:
XMLStreamException
normalize
public org.apache.neethi.PolicyComponent normalize()
- Specified by:
normalize
in interface org.apache.neethi.Assertion
- Overrides:
normalize
in class AbstractSecurityAssertion
getPolicy
public org.apache.neethi.Policy getPolicy()
Apache CXF