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 jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return PortComponentType
 PortComponentType<GenericBeanType<T>> GenericBeanType.portComponent()
          If not already created, a new port-component element will be created and returned.
 PortComponentType<ServiceBeanType<T>> ServiceBeanType.portComponent()
          If not already created, a new port-component element will be created and returned.
 PortComponentType<SessionBeanType<T>> SessionBeanType.portComponent()
          If not already created, a new port-component element will be created and returned.
 PortComponentType<T> PortComponentType.removeAuthMethod()
          Removes the auth-method element
 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.setAuthMethod(java.lang.String authMethod)
          If not already created, a new auth-method element with the given value will be created.
 PortComponentType<T> PortComponentType.setPortComponentName(java.lang.String portComponentName)
          If not already created, a new port-component-name element with the given value will be created.
 PortComponentType<T> PortComponentType.setPortComponentUri(java.lang.String portComponentUri)
          If not already created, a new port-component-uri element with the given value will be created.
 PortComponentType<T> PortComponentType.setSecureWsdlAccess(java.lang.Boolean secureWsdlAccess)
          If not already created, a new secure-wsdl-access element with the given value will be created.
 PortComponentType<T> PortComponentType.setTransportGuarantee(java.lang.String transportGuarantee)
          If not already created, a new transport-guarantee element with the given value will be created.
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement PortComponentType
 class PortComponentTypeImpl<T>
          This class implements the port-componentType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return PortComponentType
 PortComponentType<ServiceBeanType<T>> ServiceBeanTypeImpl.portComponent()
          If not already created, a new port-component element will be created and returned.
 PortComponentType<SessionBeanType<T>> SessionBeanTypeImpl.portComponent()
          If not already created, a new port-component element will be created and returned.
 PortComponentType<GenericBeanType<T>> GenericBeanTypeImpl.portComponent()
          If not already created, a new port-component element will be created and returned.
 PortComponentType<T> PortComponentTypeImpl.removeAuthMethod()
          Removes the auth-method element
 PortComponentType<T> PortComponentTypeImpl.removePortComponentName()
          Removes the port-component-name element
 PortComponentType<T> PortComponentTypeImpl.removePortComponentUri()
          Removes the port-component-uri element
 PortComponentType<T> PortComponentTypeImpl.removeSecureWsdlAccess()
          Removes the secure-wsdl-access element
 PortComponentType<T> PortComponentTypeImpl.removeTransportGuarantee()
          Removes the transport-guarantee element
 PortComponentType<T> PortComponentTypeImpl.setAuthMethod(java.lang.String authMethod)
          If not already created, a new auth-method element with the given value will be created.
 PortComponentType<T> PortComponentTypeImpl.setPortComponentName(java.lang.String portComponentName)
          If not already created, a new port-component-name element with the given value will be created.
 PortComponentType<T> PortComponentTypeImpl.setPortComponentUri(java.lang.String portComponentUri)
          If not already created, a new port-component-uri element with the given value will be created.
 PortComponentType<T> PortComponentTypeImpl.setSecureWsdlAccess(java.lang.Boolean secureWsdlAccess)
          If not already created, a new secure-wsdl-access element with the given value will be created.
 PortComponentType<T> PortComponentTypeImpl.setTransportGuarantee(java.lang.String transportGuarantee)
          If not already created, a new transport-guarantee element with the given value will be created.