com.sun.xml.ws.addressing.impl.policy
Class EndpointReference

java.lang.Object
  extended by com.sun.xml.ws.policy.PolicyAssertion
      extended by com.sun.xml.ws.addressing.impl.policy.EndpointReference

public class EndpointReference
extends com.sun.xml.ws.policy.PolicyAssertion


Constructor Summary
EndpointReference(com.sun.xml.ws.policy.sourcemodel.AssertionData name, java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
          Creates a new instance of EndpointReference
 
Method Summary
 Address getAddress()
           
 
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
equals, getAttributes, getAttributesSet, getAttributeValue, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndpointReference

public EndpointReference(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
                         java.util.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()