org.jboss.wsf.spi.metadata.j2ee
Annotation Type PortComponentSpec


public @interface PortComponentSpec

Author:
Heiko.Braun

Required Element Summary
 java.lang.String authMethod
           
 java.lang.String portComponentName
           
 java.lang.String portComponentURI
           
 boolean secureWSDLAccess
           
 java.lang.String transportGuarantee
           
 java.lang.String urlPattern
           
 

Element Detail

portComponentName

public abstract java.lang.String portComponentName

portComponentURI

public abstract java.lang.String portComponentURI

urlPattern

public abstract java.lang.String urlPattern

authMethod

public abstract java.lang.String authMethod

transportGuarantee

public abstract java.lang.String transportGuarantee

secureWSDLAccess

public abstract boolean secureWSDLAccess


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