com.sun.tools.ws.api
Annotation Type WsgenProtocol


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface WsgenProtocol

Allows to extend protocol for wsgen's wsdl[:protocol] switch. This annotation must be specified on WsgenExtension implementations.

Since:
JAX-WS RI 2.1.6
Author:
Jitendra Kotamraju

Required Element Summary
 String lexical
          The corresponding lexical string used to create BindingID
 String token
          Token for wsgen -wsdl[:protocol]
 

Element Detail

token

public abstract String token
Token for wsgen -wsdl[:protocol]

Returns:
Token for wsgen -wsdl[:protocol]

lexical

public abstract String lexical
The corresponding lexical string used to create BindingID

Returns:
lexical string used to create BindingID


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.