Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.PortComponentType

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

Uses of PortComponentType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return PortComponentType
 PortComponentType<T> PortComponentType.authMethod(String authMethod)
          Sets the auth-method element
 PortComponentType<ServiceBeanType<T>> ServiceBeanType.getOrCreatePortComponent()
          If not already created, a new port-component element with the given value will be created.
 PortComponentType<SessionBeanType<T>> SessionBeanType.getOrCreatePortComponent()
          If not already created, a new port-component element with the given value will be created.
 PortComponentType<GenericBeanType<T>> GenericBeanType.getOrCreatePortComponent()
          If not already created, a new port-component element with the given value will be created.
 PortComponentType<T> PortComponentType.id(String id)
          Sets the id attribute
 PortComponentType<T> PortComponentType.portComponentName(String portComponentName)
          Sets the port-component-name element
 PortComponentType<T> PortComponentType.portComponentUri(String portComponentUri)
          Sets the port-component-uri element
 PortComponentType<T> PortComponentType.removeAuthMethod()
          Removes the auth-method element
 PortComponentType<T> PortComponentType.removeId()
          Removes the id attribute
 PortComponentType<T> PortComponentType.removePortComponentName()
          Removes the port-component-name element
 PortComponentType<T> PortComponentType.removePortComponentUri()
          Removes the port-component-uri element
 PortComponentType<T> PortComponentType.removeSecureWsdlAccess()
          Removes the secure-wsdl-access element
 PortComponentType<T> PortComponentType.removeTransportGuarantee()
          Removes the transport-guarantee element
 PortComponentType<T> PortComponentType.secureWsdlAccess(Boolean secureWsdlAccess)
          Sets the secure-wsdl-access element
 PortComponentType<T> PortComponentType.transportGuarantee(String transportGuarantee)
          Sets the transport-guarantee element
 



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