Class EndpointReference


  • public class EndpointReference
    extends com.sun.xml.ws.policy.PolicyAssertion
    Author:
    Abhijit Das
    • Constructor Summary

      Constructors 
      Constructor Description
      EndpointReference​(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
      Creates a new instance of EndpointReference
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Address getAddress()  
      • Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion

        equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
    • Constructor Detail

      • EndpointReference

        public EndpointReference​(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
                                 Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
                                 com.sun.xml.ws.policy.AssertionSet nestedAlternative)
        Creates a new instance of EndpointReference
    • Method Detail

      • getAddress

        public Address getAddress()