private ConnectorResource() { super( PATH, RemotingExtension.getResourceDescriptionResolver(CONNECTOR), ConnectorAdd.INSTANCE, ConnectorRemove.INSTANCE); }
private ConnectorResource() { super( PathElement.pathElement(CommonAttributes.CONNECTOR), RemotingExtension.getResourceDescriptionResolver(CONNECTOR), ConnectorAdd.INSTANCE, ConnectorRemove.INSTANCE); }
private RemoteOutboundConnnectionResourceDefinition() { super( ADDRESS, RemotingExtension.getResourceDescriptionResolver( CommonAttributes.REMOTE_OUTBOUND_CONNECTION), RemoteOutboundConnectionAdd.INSTANCE, RemoteOutboundConnectionRemoveHandler.INSTANCE); }