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

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:

lexical

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

Returns:


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.