Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13.AddressingType

Packages that use AddressingType
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of AddressingType in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 that return AddressingType
 AddressingType<T> AddressingType.enabled(Boolean enabled)
          Sets the enabled element
 AddressingType<PortComponentRefType<T>> PortComponentRefType.getOrCreateAddressing()
          If not already created, a new addressing element with the given value will be created.
 AddressingType<T> AddressingType.removeEnabled()
          Removes the enabled element
 AddressingType<T> AddressingType.removeRequired()
          Removes the required element
 AddressingType<T> AddressingType.removeResponses()
          Removes the responses attribute
 AddressingType<T> AddressingType.required(Boolean required)
          Sets the required element
 AddressingType<T> AddressingType.responses(AddressingResponsesType responses)
          Sets the responses element
 AddressingType<T> AddressingType.responses(String responses)
          Sets the responses element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.